Skip to content

Commit 3b5e067

Browse files
committed
s/less than 0/negative/
1 parent a7eab9b commit 3b5e067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex/options.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ defmodule IEx.Options do
210210
211211
Number of expressions and their results to keep in the history.
212212
213-
The value is an integer. When it's less than 0, the history is unlimited.
213+
The value is an integer. When it is negative, the history is unlimited.
214214
215215
"""
216216
def history_size

0 commit comments

Comments
 (0)