update docs
This commit is contained in:
parent
15de5e8283
commit
e196789bdf
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
defmodule AoC.Util.String do
|
||||
@doc """
|
||||
Transposes the string when it represents
|
||||
a grid of newline separated rows where each
|
||||
character is a new column.
|
||||
a grid of newline separated rows and each
|
||||
character is a column.
|
||||
|
||||
iex> AoC.Util.String.transpose(
|
||||
iex> ~s(abc
|
||||
|
|
Loading…
Add table
Reference in a new issue