Skip to content

Commit 8934bf7

Browse files
committed
Fix typo in strings naming for function
1 parent b5e0016 commit 8934bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object/strings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (s *String) Method(method string, args []Object) Object {
4040
case "gawa":
4141
return s.split(args)
4242
default:
43-
return newError("Samahani, kiendesh hiki hakitumiki na tungo (Neno)")
43+
return newError("Samahani, kiendesha hiki hakitumiki na tungo (Neno)")
4444
}
4545
}
4646

0 commit comments

Comments
 (0)