We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b58122 commit 1370b3aCopy full SHA for 1370b3a
docs/docs/help-text.md
@@ -115,7 +115,7 @@ interface.
115
```csharp
116
class MyHelpTextGenerator : IHelpTextGenerator
117
{
118
- public void void Generate(CommandLineApplication application, TextWriter output)
+ public void Generate(CommandLineApplication application, TextWriter output)
119
120
output.WriteLine(@"To use this command, throw salt over your shoulder and spit twice.");
121
}
0 commit comments