Skip to content

Commit b3d2dc8

Browse files
committed
fix template lint
1 parent 61ca81e commit b3d2dc8

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

docs/csharp/tour-of-csharp/tutorials/branches-and-loops.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This tutorial teaches you how to write C# code that examines variables and chang
1010
In this tutorial, you:
1111

1212
> [!div class="checklist"]
13+
>
1314
> * Launch a GitHub Codespace with a C# development environment.
1415
> * Explore `if` and `else` statements.
1516
> * Use loops to repeat operations.

docs/csharp/tour-of-csharp/tutorials/hello-world.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This tutorial teaches you C#. You write your first C# program and see the result
1111
In this tutorial, you:
1212

1313
> [!div class="checklist"]
14+
>
1415
> * Launch a GitHub Codespace with a C# development environment.
1516
> * Create your first C# app.
1617
> * Create and use variables to store text data.

docs/csharp/tour-of-csharp/tutorials/list-collection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This tutorial teaches you C#. You write C# code and see the results of compiling
1212
In this tutorial, you:
1313

1414
> [!div class="checklist"]
15+
>
1516
> * Launch a GitHub Codespace with a C# development environment.
1617
> * Create your first C# app.
1718
> * Create and use variables to store text data.

docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This tutorial teaches you about the numeric types in C#. You write small amounts
1010
In this tutorial, you:
1111

1212
> [!div class="checklist"]
13+
>
1314
> * Launch a GitHub Codespace with a C# development environment.
1415
> * Explore integer math.
1516
> * Learn order of operations.

docs/csharp/tour-of-csharp/tutorials/pattern-matching.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This tutorial teaches you how to use pattern matching to inspect data in C#. You
1010
In this tutorial, you:
1111

1212
> [!div class="checklist"]
13+
>
1314
> * Launch a GitHub Codespace with a C# development environment.
1415
> * Test data for discrete values.
1516
> * Match enum data against value.

docs/csharp/tour-of-csharp/tutorials/tuples-and-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The preceding tutorials worked with text and numbers. Strings and numbers are *s
1212
In this tutorial, you:
1313

1414
> [!div class="checklist"]
15+
>
1516
> * Create and manipulate tuple types.
1617
> * Create record types.
1718
> * Learn about struct, class, and interface types.

0 commit comments

Comments
 (0)