Skip to content

Commit 0956f30

Browse files
committed
Fix link error
1 parent b5cc6aa commit 0956f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/copilot-next-edit-suggestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ NES suggests changes to the rest of your code that match a change in intent. For
6161

6262
### Update code syntax
6363

64-
NES helps with repetitive changes like updating code synx to modern [C++ using Standard library (STL) reference](/cpp/standard-library/cpp-standard-library-reference.md). For example, when updating all `printf()` to `std::cout`, also update other syntax such as `fgets()`.
64+
NES helps with repetitive changes like updating code synx to modern C++ using Standard library (STL) reference. For example, when updating all `printf()` to `std::cout`, also update other syntax such as `fgets()`.
6565

6666
:::image type="content" source="media/vs-2022/next-edit-suggestions/update-code-syntax.gif" alt-text="Animated screenshot that shows NES suggesting code syntax updates" lightbox="media/vs-2022/next-edit-suggestions/update-code-syntax.gif":::
6767

0 commit comments

Comments
 (0)