Skip to content

Commit 7d08c24

Browse files
imba-tjdmairaw
authored andcommitted
Remove slash (#6370)
* Remove slash * Update list-collection.yml
1 parent 8965131 commit 7d08c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/csharp/quick-starts/interpolated-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ items:
1818
- title: Create an interpolated string
1919
durationInMinutes: 2
2020
content: |
21-
Run the following code in the interactive window. To do that, type the code in the interactive window (replace `\<name>` with your name) and select **Run**:
21+
Run the following code in the interactive window. To do that, type the code in the interactive window (replace `<name>` with your name) and select **Run**:
2222
2323
```csharp
2424
var name = "<name>";

docs/csharp/quick-starts/list-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ items:
1616
- title: Create lists
1717
durationInMinutes: 2
1818
content: |
19-
Run the following code in the interactive window. To do that, type the following code block in the interactive window (replace "<name>" with your name) and click the **Run** button:
19+
Run the following code in the interactive window. To do that, type the following code block in the interactive window (replace `<name>` with your name) and click the **Run** button:
2020
2121
```csharp
2222
var names = new List<string> { "<name>", "Ana", "Felipe" };

0 commit comments

Comments
 (0)