We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d6ab4 commit ebe2361Copy full SHA for ebe2361
lib/elixir/lib/inspect/algebra.ex
@@ -33,7 +33,7 @@ defmodule Inspect.Opts do
33
34
* `:printable_limit` - limits the number of characters that are inspected
35
on printable strings and printable charlists. You can use `String.printable?/1`
36
- and `List.ascii_printable?/1` to check if a a given string or charlist is
+ and `List.ascii_printable?/1` to check if a given string or charlist is
37
printable. Defaults to 4096. If you don't want to limit the number of
38
characters to a particular number, use `:infinity`.
39
0 commit comments