Skip to content

Commit

Permalink
docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hunkyjimpjorps committed Apr 19, 2024
1 parent acbc39f commit e32267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rememo/otp/memo.gleam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//// This is the memoization implementation that uses [`gleam/otp/actor`](https://www.erlang.org/doc/man/ets.html).
//// This is the memoization implementation that uses [`gleam/otp/actor`](https://hexdocs.pm/gleam_otp/gleam/otp/actor.html).
//// This is the slower (and original) of the two implementations.

import gleam/dict.{type Dict}
Expand Down

0 comments on commit e32267e

Please sign in to comment.