Skip to content

Commit 14255de

Browse files
committed
fix typo in docs
1 parent ae809d2 commit 14255de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cubdb.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ defmodule CubDB do
554554
555555
The `options` argument is an optional keyword list of options, including:
556556
557-
- `:timeout` - a timeout (in milliseconds or `:infinite`, defaulting to
557+
- `:timeout` - a timeout (in milliseconds or `:infinity`, defaulting to
558558
`5000`) for the operation, after which the function returns `{:error,
559559
:timeout}`. This is useful to avoid blocking other write operations for too
560560
long.

0 commit comments

Comments
 (0)