Skip to content

Commit 9308ba2

Browse files
committed
fix whitespace in godoc
1 parent faa69f4 commit 9308ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

query/encode.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ type Encoder interface {
9898
// from the "url" tag) will use the value of the "del" tag as the delimiter.
9999
// For example:
100100
//
101-
// // Encode a slice of bools as ints ("1" for true, "0" for false),
102-
// // separated by exclamation points "!".
101+
// // Encode a slice of bools as ints ("1" for true, "0" for false),
102+
// // separated by exclamation points "!".
103103
// Field []bool `url:",int" del:"!"`
104104
//
105105
// Anonymous struct fields are usually encoded as if their inner exported

0 commit comments

Comments
 (0)