Skip to content

Commit

Permalink
chore: fix struct name
Browse files Browse the repository at this point in the history
Signed-off-by: kaifulee <[email protected]>
  • Loading branch information
kaifulee committed Mar 15, 2024
1 parent f33a9e0 commit cd80960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ type DocGenerationFlag interface {
GetEnvVars() []string
}

// DocGenerationSliceFlag extends DocGenerationFlag for slice/map based flags.
// DocGenerationMultiValueFlag extends DocGenerationFlag for slice/map based flags.
type DocGenerationMultiValueFlag interface {
DocGenerationFlag

Expand Down

0 comments on commit cd80960

Please sign in to comment.