Skip to content

Commit

Permalink
Fixed spacing in getting started docu
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Apr 9, 2022
1 parent 0a3c7e7 commit c07dccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/articles/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public static class Program

stringBuilder.AppendLine("Hello World!");
stringBuilder.Append(0.3f);
stringBuilder.Insert(6, "dear ");
Console.WriteLine(stringBuilder.ToString());
stringBuilder.Insert(6, "dear ");
Console.WriteLine(stringBuilder.ToString());
}
}
```
Expand Down

0 comments on commit c07dccd

Please sign in to comment.