Skip to content

Commit

Permalink
Docs: Fix typo "MUltiple" -> "Multiple" (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Jan 11, 2023
1 parent cd1dc1d commit 9351dda
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 @@ -148,7 +148,7 @@ Or you can write:
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):

```go
_, _, _, err := MUltipleReturnValuesFunc()
_, _, _, err := MultipleReturnValuesFunc()
Ω(err).Should(HaveOccurred())
```

Expand Down

0 comments on commit 9351dda

Please sign in to comment.