Skip to content

Commit 1c4983a

Browse files
authored
Merge branch 'main' into ignore-empty-commands-in-repl
2 parents ff01f9a + c64b3d9 commit 1c4983a

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)