Skip to content

Commit

Permalink
Merge pull request #6949 from ageron/patch-1
Browse files Browse the repository at this point in the history
Remove "backpassing" and add "the `!` operator"
  • Loading branch information
lukewilliamboswell committed Aug 1, 2024
2 parents 7992d99 + 25fd477 commit c64b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Here's a code sample that shows a few different aspects of Roc:
- File I/O and HTTP requests
- Pattern matching for error handling
- JSON deserialization via type inference
- Common syntax sugar: string interpolation, pipelines, and backpassing
- Common syntax sugar: pipelines, the `!` operator, and string interpolation

The [tutorial](/tutorial) introduces these gradually and in more depth, but this gives a brief overview.

Expand Down

0 comments on commit c64b3d9

Please sign in to comment.