Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit a0d35f4

Browse files
owainlewisprydie
authored andcommitted
Fix typo in mysqlsh/options (#91)
1 parent f455bf2 commit a0d35f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/mysqlsh/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
// Options holds the options passed to individual mysqlsh commands.
99
type Options map[string]string
1010

11-
// String encods
11+
// String encodes options as a Python dictionary string.
1212
func (opts Options) String() string {
1313
vals := []string{}
1414
for k, v := range opts {

0 commit comments

Comments
 (0)