Skip to content

Commit 81b4a1e

Browse files
committed
Fix typo
1 parent 3e83937 commit 81b4a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kadai2/tanaka0325/imgconv/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
)
77

8-
// Args is type for command line options.
8+
// Options is type for command line options.
99
type Options struct {
1010
From *string
1111
To *string

0 commit comments

Comments
 (0)