Skip to content

Commit 9786534

Browse files
committed
On -> In
1 parent f8f1f65 commit 9786534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flag/example_flagset_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func ExampleFlagSet() {
4242
stop(subArgs)
4343
default:
4444
fmt.Printf("error: unknown command - %q\n", args[1])
45-
// On a real program (not an example) print to os.Stderr and exit the program with non-zero value.
45+
// In a real program (not an example) print to os.Stderr and exit the program with non-zero value.
4646
}
4747
}
4848

0 commit comments

Comments
 (0)