Skip to content

Commit 1b2cf6e

Browse files
authored
Fix typos in comments (#1050)
1 parent bb3fc02 commit 1b2cf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindstring.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func BindStringToObject(src string, dst interface{}) error {
4242
t = v.Type()
4343
}
4444

45-
// For some optioinal args
45+
// For some optional args
4646
if t.Kind() == reflect.Ptr {
4747
if v.IsNil() {
4848
v.Set(reflect.New(t.Elem()))

0 commit comments

Comments
 (0)