Skip to content

Commit

Permalink
Fix typo in prompt-engineering-for-github-copilot.md (github#35313)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
ericmutta and nguyenalex836 authored Nov 18, 2024
1 parent 5b44ed1 commit 7e85159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For example, instead of asking {% data variables.product.prodname_copilot_short

* Write a function to generate a 10 by 10 grid of letters.
* Write a function to find all words in a grid of letters, given a list of valid words.
* Write a function to that uses the previous functions to generate a 10 by 10 grid of letters that contains at least 10 words.
* Write a function that uses the previous functions to generate a 10 by 10 grid of letters that contains at least 10 words.
* Update the previous function to print the grid of letters and 10 random words from the grid.

## Avoid ambiguity
Expand Down

0 comments on commit 7e85159

Please sign in to comment.