Skip to content

Commit

Permalink
doc/quick-guide: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Dec 1, 2023
1 parent 82d461f commit 4658ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/quick-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ Let's take the `exchange(slot, new_value)` function as an example. It writes
```

Likewise, a function can return a result by reference with `return ref ...`.
These `ref` keywords can also be written equivalently as the arrow specifier
`->`. The reference specifiers are parts of the function call expressions and
return statements and shall not be specified arbitrarily elsewhere.
These `ref` keywords may also be written equivalently as arrow specifiers
`->`. They are parts of the function call expressions and return statements,
and shall not be specified arbitrarily elsewhere.

## Integer Overflows

Expand Down

0 comments on commit 4658ba0

Please sign in to comment.