Skip to content

Commit 8a57478

Browse files
committed
fix typo
1 parent 15bdc95 commit 8a57478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi/RootCommandImplementation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public sealed class RootCommandImplementation {
9292
DefaultValueFactory = static _ => true,
9393
};
9494
private static readonly Option<bool> OptionGenerateRecords = new("--generate-records") {
95-
Description = "Generates record type declarations and hides compiler-generated mebers.",
95+
Description = "Generates record type declarations and hides compiler-generated members.",
9696
DefaultValueFactory = static _ => true,
9797
};
9898
// cSpell:enable

0 commit comments

Comments
 (0)