Skip to content

Commit c64b3d9

Browse files
Merge pull request #6949 from ageron/patch-1
Remove "backpassing" and add "the `!` operator"
2 parents 7992d99 + 25fd477 commit c64b3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/content/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Here's a code sample that shows a few different aspects of Roc:
110110
- File I/O and HTTP requests
111111
- Pattern matching for error handling
112112
- JSON deserialization via type inference
113-
- Common syntax sugar: string interpolation, pipelines, and backpassing
113+
- Common syntax sugar: pipelines, the `!` operator, and string interpolation
114114

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

0 commit comments

Comments
 (0)