Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored and onsi committed Nov 4, 2024
1 parent 29b4ff5 commit 3d6e16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ var _ = Describe("Math", func() {
},
func(a, b, c int) string {
return fmt.Sprintf("%d + %d = %d", a, b, c)
}
},
Entry(nil, 1, 2, 3),
Entry(nil, -1, 2, 1),
Entry(nil, 0, 0, 0),
Expand Down

0 comments on commit 3d6e16d

Please sign in to comment.