Skip to content

Commit 7298966

Browse files
committed
lint part 2
1 parent b3d2dc8 commit 7298966

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ Your first program is limited to printing one message. You can write more useful
7777

7878
:::code language="csharp" source="./snippets/HelloWorld/hello-world.cs" id="Assignment":::
7979

80-
Notice that the same line of code prints two different messages, based on the value stored in the `aFriend` variable. You might notice that the word "Hello" is missing in the last two messages. Let's fix that now.
80+
Notice that the same line of code prints two different messages, based on the value stored in the `aFriend` variable. You might notice that the word "Hello" is missing in the last two messages. Let's fix that now.
81+
8182
1. Modify the lines that print the message to the following code:
8283

8384
:::code language="csharp" source="./snippets/HelloWorld/hello-world.cs" id="ConcatMessage":::

0 commit comments

Comments
 (0)