Skip to content

Commit 78acc2e

Browse files
Merge pull request #34048 from ShawnKupfer/WB888
AB#819873 - Fix missing tab in output per cx feedback
2 parents a034530 + ea4d11a commit 78acc2e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

learn-pr/wwl-language/csharp-basic-formatting/includes/2-exercise-character-escape-sequences.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
Suppose you've been asked to create a mockup of a command-line tool that will generate invoices in both English and Japanese. You don't have to build the actual functionality that generates the invoices yet. You only need to provide the command line interface to internal customers in the billing department for their approval. Your manager asked you to make sure you add formatting to make the current progress of the tool clear. Your manager also asked you to provide instructions for the Japanese users on how to generate invoices in Japanese.
52

63
## Exercise - Format literal strings in C#
@@ -193,7 +190,7 @@ To complete the mock-up of the command-line tool, you'll add a phrase in Japanes
193190
c:\invoices
194191

195192
日本の請求書を生成するには:
196-
c:\invoices\app.exe -j
193+
c:\invoices\app.exe -j
197194
```
198195

199196
## Recap

0 commit comments

Comments
 (0)