diff options
Diffstat (limited to 'wiki/dev/go.md')
| -rw-r--r-- | wiki/dev/go.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/dev/go.md b/wiki/dev/go.md index 33fce8b..6f04066 100644 --- a/wiki/dev/go.md +++ b/wiki/dev/go.md @@ -71,7 +71,7 @@ It is not possible, in Go, to compose fallible operations in any way less verbos In other languages, this can variously be expressed as a = fallibleOperationA() - b = fallibleOperationB(b) + b = fallibleOperationB(a) return b in languages with exceptions, or as |
