Skip to content

Commit 61534d4

Browse files
authored
Update Program.cs (#50281)
"Title" should me right aligned
1 parent 5e73e2a commit 61534d4

File tree

1 file changed

+4
-4
lines changed
  • docs/csharp/tutorials/snippets/StringInterpolation

1 file changed

+4
-4
lines changed

docs/csharp/tutorials/snippets/StringInterpolation/Program.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ private static void SpecifyAlignment()
7171
// Output:
7272
// Author and Title List
7373
//
74-
// |Author |Title |
75-
// |Doyle, Arthur Conan |Hound of the Baskervilles, The |
76-
// |London, Jack | Call of the Wild, The |
77-
// |Shakespeare, William | Tempest, The |
74+
// |Author | Title|
75+
// |Doyle, Arthur Conan |Hound of the Baskervilles, The|
76+
// |London, Jack | Call of the Wild, The|
77+
// |Shakespeare, William | Tempest, The|
7878
// </AlignmentString>
7979
}
8080

0 commit comments

Comments
 (0)