Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Aug 12, 2024
1 parent c733801 commit 0858b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/references/docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ fn bool State.may_open(State state)

### Implicit first parameters

Because the type of the first method is known, it may be left out. To indicate a pointer `&` is used.
Because the type of the first argument is known, it may be left out. To indicate a pointer `&` is used.

```c3
fn int Foo.test(&self) { /* ... */ }
Expand Down

0 comments on commit 0858b9e

Please sign in to comment.