Skip to content

Commit aa7d02d

Browse files
committed
Documentation fix
1 parent f708d11 commit aa7d02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cubdb.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defmodule CubDB do
77
88
- Both keys and values can be any Elixir (or Erlang) term.
99
10-
- Basic `get`, `put`, and `delete` operations, selection of ranges of
11-
entries sorted by key with `select`.
10+
- Basic `get/3`, `put/3`, and `delete/2` operations, selection of ranges of
11+
entries sorted by key with `select/2`.
1212
1313
- Atomic, Consistent, Isolated, Durable (ACID) transactions.
1414

0 commit comments

Comments
 (0)