We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd0f72 commit 08206fdCopy full SHA for 08206fd
csharp/language-reference/operators/AdditionOperator.cs
@@ -24,10 +24,10 @@ private static void NumericAddition()
24
private static void StringConcatenation()
25
{
26
// <SnippetAddStrings>
27
- Console.WriteLine("Forgot " + " white space");
+ Console.WriteLine("Forgot" + "white space");
28
Console.WriteLine("Probably the oldest constant: " + Math.PI);
29
// Output:
30
- // Forgot white space
+ // Forgotwhite space
31
// Probably the oldest constant: 3.14159265358979
32
// </SnippetAddStrings>
33
0 commit comments