Skip to content

Commit ea14e94

Browse files
SupraVVTmairaw
authored andcommitted
Small grammar fix. (#11535)
Added a full stop to a sentence. Line 116
1 parent 64ce91c commit ea14e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/using-with-xplat-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ And that's it! You can augment `Program.cs` any way you like.
113113

114114
## Working with multiple files
115115

116-
Single files are fine for simple one-off programs, but if you're building a more complex app, you're probably going to have multiple source files on your project
116+
Single files are fine for simple one-off programs, but if you're building a more complex app, you're probably going to have multiple source files on your project.
117117
Let's build off of the previous Fibonacci example by caching some Fibonacci values and add some recursive features.
118118

119119
1. Add a new file inside the *Hello* directory named *FibonacciGenerator.cs* with the following code:

0 commit comments

Comments
 (0)