Skip to content

Commit

Permalink
Merge pull request #6031 from roc-lang/website-typo-fixes
Browse files Browse the repository at this point in the history
Website typo fixes
  • Loading branch information
bhansconnect authored Nov 21, 2023
2 parents ad5ed57 + d97b67a commit 32ab5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/content/fast.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fast

Roc code is designed to build fast and run fast...but what does "fast" mean here? And how close is Roc's curent implementation to realizing that goal?
Roc code is designed to build fast and run fast...but what does "fast" mean here? And how close is Roc's current implementation to realizing that goal?

## [Fast programs](#fast-programs) {#fast-programs}

Expand Down
2 changes: 1 addition & 1 deletion www/content/functional.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ colors

To be fair, direct mutation primitives have benefits too. Some algorithms are more concise or otherwise easier to read when written with direct mutation, and direct mutation can make the performance characteristics of some operations clearer.

As such, Roc's opportunistic mutation design means that data races and reference cycles can be ruled out, and that functions will tend to be more ameanable for chaining, but also that some algorithms will be harder to express, and that performance optimization will likely tend to involve more profiling. These tradeoffs fit well with the language's overall design goals.
As such, Roc's opportunistic mutation design means that data races and reference cycles can be ruled out, and that functions will tend to be more amenable for chaining, but also that some algorithms will be harder to express, and that performance optimization will likely tend to involve more profiling. These tradeoffs fit well with the language's overall design goals.

## [No reassignment or shadowing](#no-reassignment) {#no-reassignment}

Expand Down

0 comments on commit 32ab5df

Please sign in to comment.