We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855df4f commit f54b192Copy full SHA for f54b192
1 file changed
lib/elixir/pages/getting-started/erlang-libraries.md
@@ -85,7 +85,7 @@ iex> :digraph.get_short_path(digraph, v0, v2)
85
Note that the functions in `:digraph` alter the graph structure in-place, this
86
is possible because they are implemented as ETS tables, explained next.
87
88
-## Erlang Term Storage
+## Erlang Term Storage (ETS)
89
90
The modules [`:ets`](`:ets`) and [`:dets`](`:dets`) handle storage of large data structures in memory or on disk respectively.
91
0 commit comments