Skip to content

Commit be9352e

Browse files
authored
Add ETS to the Erlang Term Storage section of erlang libs (#14644)
This will ensure that it appears in the short search results on ExDoc instead of having to navigate through to the search results.
1 parent 2f2368a commit be9352e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/erlang-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ iex> :digraph.get_short_path(digraph, v0, v2)
8585
Note that the functions in `:digraph` alter the graph structure in-place, this
8686
is possible because they are implemented as ETS tables, explained next.
8787

88-
## Erlang Term Storage
88+
## Erlang Term Storage (ETS)
8989

9090
The modules [`:ets`](`:ets`) and [`:dets`](`:dets`) handle storage of large data structures in memory or on disk respectively.
9191

0 commit comments

Comments
 (0)