Skip to content

Commit 5e855e9

Browse files
GitHubPangjonsequitur
authored andcommitted
Fix a typo in "How To"
1 parent c1433ad commit 5e855e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/How-To.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static async Task Main(string[] args)
7878
}
7979
```
8080

81-
Of course, if your program is so simple that is has no inputs, you probably didn't need a command line parser and you can `/* do something */` directly in the body of `Main`. Nonetheless, this will give you some additional [features](Features-overview.md).
81+
Of course, if your program is so simple that it has no inputs, you probably didn't need a command line parser and you can `/* do something */` directly in the body of `Main`. Nonetheless, this will give you some additional [features](Features-overview.md).
8282

8383
## Pass parameters to a method
8484

0 commit comments

Comments
 (0)