Skip to content

Commit 5e13afe

Browse files
author
bamurtaugh
committed
Wording
1 parent 3d68ee6 commit 5e13afe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blogs/2025/next-edit-suggestions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Suggestions may span a single symbol, an entire line, or multiple lines, dependi
5050
## Example scenarios
5151
Copilot NES is your AI companion as you make changes that may cascade throughout your file or project, and you'll see it shine in a variety of scenarios.
5252

53-
Our development team has been self-hosting on NES for a while, and one of our engineers remembers one of his first "aha!" moments with NES. He was writing a condition along the lines of `if (something !== 'a' || something !== 'b')`. NES caught that this statement would always evaluate to true (thanks De Morgan's Law!) and suggested replacing `||` with `&&` to make the code valid:
53+
Our development team has been self-hosting on NES, and one of our engineers remembered one of his first "aha!" moments with NES as we were putting this blog together. He was writing a condition along the lines of `if (something !== 'a' || something !== 'b')`. NES caught that this statement would always evaluate to true (thanks De Morgan's Law!) and suggested replacing `||` with `&&` to make the code valid:
5454
![NES fixing an if statement mistake](nes-de-morgan.gif)
5555

56-
The following are just a few more examples where NES shines.
56+
The following are some more examples where NES shines.
5757

5858
**Catching and correcting mistakes:** Mistakes are a natural part of writing code, and Copilot NES is there to help catch them (sometimes before you even realize the mistake was there!).
5959

@@ -83,7 +83,7 @@ Please be sure to use [VS Code Insiders](https://code.visualstudio.com/insiders/
8383

8484
You can read our [full NES docs](https://aka.ms/gh-copilot-nes-docs) for more information and scenarios as we expand the NES experience.
8585

86-
We're excited about NES as a next step in an AI where the LLM anticipates what you'll need to do next - the best prompt is the one that you don't have to write. We hope you're excited too and look forward to seeing what you build!
86+
We're excited about this next step in AI where Copilot anticipates what you'll want to do next - the best prompt is the one that you don't have to write. We hope you're excited too and look forward to seeing what you build!
8787

8888
Happy coding!
8989

0 commit comments

Comments
 (0)