Skip to content

Commit 1f3731e

Browse files
committed
chore: 🔧 rename set -> rb_set
1 parent b5345c8 commit 1f3731e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/set.ex renamed to lib/rb_set.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule RBSet do
2222
end
2323

2424
@doc """
25-
Creates a set from an enumerable..
25+
Creates a set from an enumerable.
2626
2727
See MapSet `new/1` at [hexdocs](https://hexdocs.pm/elixir/1.17/MapSet.html#new/1)
2828
"""

0 commit comments

Comments
 (0)