Skip to content

Commit 9351dda

Browse files
authored
Docs: Fix typo "MUltiple" -> "Multiple" (#616)
1 parent cd1dc1d commit 9351dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Or you can write:
148148
Assertions about errors on functions with multiple return values can be made as follows (and in a lazy way when not asserting that all other return values are zero values):
149149

150150
```go
151-
_, _, _, err := MUltipleReturnValuesFunc()
151+
_, _, _, err := MultipleReturnValuesFunc()
152152
Ω(err).Should(HaveOccurred())
153153
```
154154

0 commit comments

Comments
 (0)