Skip to content

Commit

Permalink
Update Language-Definition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Feb 3, 2023
1 parent 27821d4 commit 3d54865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Language-Definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Returns the float value of a number or a string.
The predicate is an expression that accepts a single argument. To access
the argument use the `#` symbol.

```ruby
```c++
map(0..9, {# / 2})
```
Expand Down

0 comments on commit 3d54865

Please sign in to comment.