Skip to content

Commit 3d8acaf

Browse files
authored
Merge pull request #166 from jun216tee/patch-1
Update README.md
2 parents 9439585 + 891f33c commit 3d8acaf

File tree

1 file changed

+2
-2
lines changed
  • 10-Challenging-GitHub-Copilot-with-SQL

1 file changed

+2
-2
lines changed

10-Challenging-GitHub-Copilot-with-SQL/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this workshop, you will:
2727
- Iterate, validate, and refine answers to get better and more accurate suggestions
2828
- Apply generic concepts that can improve suggestions and select from different strategies that can yield better results.
2929
- Get a clear understanding of poor prompting techniques, and how these can
30-
affect drastically the output from GitHub Copilot.
30+
drastically affect the output from GitHub Copilot.
3131

3232
## :mega: Prerequisites
3333

@@ -72,7 +72,7 @@ Use the appropriate terminology for the problem domain. Whether you're writing S
7272
### 4. Iterate and Refine the Solution
7373
Start simple, then refine. In complex problems, initial attempts are rarely perfect. Start by generating a basic solution and progressively build on it.
7474

75-
In a SQL query, you might first write a query that selects all data for today, then add filters, exclusions, and aggregation in phases.
75+
In an SQL query, you might first write a query that selects all data for today, then add filters, exclusions, and aggregation in phases.
7676

7777
> [!TIP]
7878
> With every iteration, test and verify against expected outcomes to ensure the result is moving in the right direction.

0 commit comments

Comments
 (0)