Skip to content

Commit

Permalink
Fix doctest warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed May 25, 2024
1 parent 4befe15 commit 80eb1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ion.ex
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ defmodule Ion do
iex> Ion.iodata_empty?(["", []])
true
iex> Ion.iodata_empty?('a')
iex> Ion.iodata_empty?(~c"a")
false
iex> Ion.iodata_empty?(["a"])
false
Expand Down

0 comments on commit 80eb1f7

Please sign in to comment.