Skip to content

Commit 1370b3a

Browse files
benbarthnatemcmaster
authored andcommitted
docs: Remove duplicate keyword in sample code (#231)
1 parent 8b58122 commit 1370b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/help-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ interface.
115115
```csharp
116116
class MyHelpTextGenerator : IHelpTextGenerator
117117
{
118-
public void void Generate(CommandLineApplication application, TextWriter output)
118+
public void Generate(CommandLineApplication application, TextWriter output)
119119
{
120120
output.WriteLine(@"To use this command, throw salt over your shoulder and spit twice.");
121121
}

0 commit comments

Comments
 (0)