Skip to content

Commit

Permalink
Correct library
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Oct 3, 2024
1 parent 859ea35 commit 9ec28c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ by an actor (which immutably wraps mutable state using recursion) or you can
use ETS, the Erlang in-memory key-value database.

If you are compiling Gleam to JavaScript the
[`gleam_javascript`](https://hexdocs.pm/gleam_javascript/index.html) library
offers mutable references.
[`javascript_mutable_reference`](https://hexdocs.pm/javascript_mutable_reference/index.html)
library offers mutable references.


## Does Gleam have side effects?
Expand Down

0 comments on commit 9ec28c5

Please sign in to comment.