Skip to content

Commit 771906e

Browse files
committed
(typo)
1 parent d5f7098 commit 771906e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/randomizer/help.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func (a App) showHelp(request request) (Result, error) {
1111

1212
// helpMessageTemplate is written with text/template syntax for familiarity.
1313
// However, text/template uses reflection in a way that disables dead code
14-
// elimination for the _entire_ program, so we instead use plan string
14+
// elimination for the _entire_ program, so we instead use plain string
1515
// replacement to substitute our one value.
1616
const helpMessageTemplate = `{{.Name}} randomizes the order of options in a list.
1717

0 commit comments

Comments
 (0)