Skip to content

Commit ded3332

Browse files
committed
remove empty line
1 parent 6b22573 commit ded3332

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/ide/reference/find-in-files-command.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Edit.FindinFiles findwhat [/append] [/case] [/ext:extensions]
3535
Required. The text to match.
3636

3737
## Switches
38-
/append:`resultwindowname` (new in Visual Studio 2022)
39-
38+
/append: `resultwindowname` (new in Visual Studio 2022)\
4039
Optional. Directs the results from the current search to be appended to previous search results, identified by `resultwindowname` argument. Find Result windows are named by the first search term that resulted in creation of the window.
4140

4241
#### Example

docs/ide/reference/replace-in-files-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Required. The text to substitute for the matched text.
4040

4141
Optional. Replaces all occurrences of the search text with the replacement text.
4242

43-
/append:`resultwindowname` (new in Visual Studio 2022)
43+
/append: `resultwindowname` (new in Visual Studio 2022)
4444

4545
Optional. Directs the results from the current search to be appended to previous replace results, identified by `resultwindowname` argument. Replace Result windows are named following the following pattern: Replace "findWhat" with "replaceWith".
4646

0 commit comments

Comments
 (0)