Skip to content

Commit 2664aef

Browse files
authored
Update README.md
Fixed a mistake in the instructions.
1 parent 5125792 commit 2664aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercisefiles/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Inside `MinimalAPI\Program.cs` add the following endpoints using the help of Cop
131131
* if DNI is valid return "valid"
132132
* if DNI is not valid return "invalid"
133133

134-
> **_NOTE:_** Use above information inside a comment in the `Program.cs` file. In this case, you may want to see multiple solutions from Copilot to pick the one that best fits the way to calculate the letter. In order to see the firs 10 suggestions from Copilot press `ctrl + enter`.
134+
> **_NOTE:_** Use above information inside a comment in the `Program.cs` file. In this case, you may want to see multiple solutions from Copilot to pick the one that best fits the way to calculate the letter. In order to see the first 10 suggestions from Copilot press `ctrl + enter`. Note: multiple suggestions available in VS Code only!
135135
136136
- **/returncolorcode**:
137137

0 commit comments

Comments
 (0)