Skip to content

Commit

Permalink
Remove trailing whitespace in String docs (elixir-lang#13487)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedlerdejanze authored Apr 9, 2024
1 parent f2acaf0 commit 5611235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/string.ex
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ defmodule String do
When the pattern used is a regular expression, the string is
split using `Regex.split/3`.
If the pattern cannot be found, a list containing the original
If the pattern cannot be found, a list containing the original
string will be returned.
## Options
Expand Down

0 comments on commit 5611235

Please sign in to comment.