Skip to content

Commit

Permalink
Merge branch 'main' into ignore-empty-commands-in-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron authored Aug 1, 2024
2 parents ff01f9a + c64b3d9 commit 1c4983a
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 1c4983a

Please sign in to comment.