Skip to content

Commit 9c2f028

Browse files
renatillaslpil
authored andcommitted
fix: create atom function wrongly referenced
1 parent 4200c55 commit 9c2f028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam/erlang/atom.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import gleam/dynamic/decode
1010
///
1111
/// ## Creating atoms
1212
///
13-
/// We can create atoms with the the [`create_from_string`](#create_from_string)
13+
/// We can create atoms with the the [`create`](#create)
1414
/// function, though we must be careful when doing so as atoms are never
1515
/// garbage collected. If we create too many atoms (for example, if we convert
1616
/// user input into atoms) we may hit the max limit of atoms and cause the

0 commit comments

Comments
 (0)