Skip to content

Commit

Permalink
docs: Remove duplicate keyword in sample code (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbarth authored and natemcmaster committed May 8, 2019
1 parent 8b58122 commit 1370b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/help-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ interface.
```csharp
class MyHelpTextGenerator : IHelpTextGenerator
{
public void void Generate(CommandLineApplication application, TextWriter output)
public void Generate(CommandLineApplication application, TextWriter output)
{
output.WriteLine(@"To use this command, throw salt over your shoulder and spit twice.");
}
Expand Down

0 comments on commit 1370b3a

Please sign in to comment.