Skip to content

Commit ebe2361

Browse files
amatalaiJosé Valim
authored andcommitted
Remove redundant "a" from Inspect.Opts moduledoc (#9114)
1 parent d8d6ab4 commit ebe2361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/inspect/algebra.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defmodule Inspect.Opts do
3333
3434
* `:printable_limit` - limits the number of characters that are inspected
3535
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
36+
and `List.ascii_printable?/1` to check if a given string or charlist is
3737
printable. Defaults to 4096. If you don't want to limit the number of
3838
characters to a particular number, use `:infinity`.
3939

0 commit comments

Comments
 (0)