Skip to content

Commit 3d6e16d

Browse files
monteiro-renatoonsi
authored andcommitted
fix: missing comma
1 parent 29b4ff5 commit 3d6e16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ var _ = Describe("Math", func() {
15881588
},
15891589
func(a, b, c int) string {
15901590
return fmt.Sprintf("%d + %d = %d", a, b, c)
1591-
}
1591+
},
15921592
Entry(nil, 1, 2, 3),
15931593
Entry(nil, -1, 2, 1),
15941594
Entry(nil, 0, 0, 0),

0 commit comments

Comments
 (0)