Skip to content

Commit

Permalink
chore: undoing the intentional fuck-up...
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Oct 24, 2023
1 parent d1b3e9e commit 0898735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/language_concepts/01_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ let add_50 = |val| val + 50;
assert(add_50(100) == 150);
```

See [Lambdas](./08_lamdas.md) for more details.
See [Lambdas](./08_lambdas.md) for more details.

## Attributes

Expand Down

0 comments on commit 0898735

Please sign in to comment.