Skip to content

Commit 7f2b7ef

Browse files
authored
Update immediate-window.md
1 parent a31ef4e commit 7f2b7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/reference/immediate-window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Enter the greater than sign (>) when issuing Visual Studio commands in the **Imm
9696

9797
When you click on any previous line in the **Immediate** window, you shift automatically into Mark mode. This allows you to select, edit, and copy the text of previous commands as you would in any text editor, and paste them into the current line.
9898

99-
## The equals (=) sign
99+
## The equals sign(=)
100100

101101
The window used to enter the `EvaluateStatement` command determines whether an equals sign (=) is interpreted as a comparison operator or as an assignment operator.
102102

@@ -133,4 +133,4 @@ In some settings configurations, first-chance exception notifications are displa
133133
- [First look at the debugger](../../debugger/debugger-feature-tour.md)
134134
- [Walkthrough: Debugging at Design Time](../../debugger/walkthrough-debugging-at-design-time.md)
135135
- [Visual Studio Command Aliases](../../ide/reference/visual-studio-command-aliases.md)
136-
- [Using Regular Expressions in Visual Studio](../../ide/using-regular-expressions-in-visual-studio.md)
136+
- [Using Regular Expressions in Visual Studio](../../ide/using-regular-expressions-in-visual-studio.md)

0 commit comments

Comments
 (0)