File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ You have two choices for managing hash rings in your application:
4545
4646This API works with the raw ring data structure. It is the fastest implementation,
4747and is best suited for when you have a single process which will need to access the
48- ring, and which can hold the ring in it's internal state.
48+ ring, and which can hold the ring in its internal state.
4949
5050``` elixir
5151ring = HashRing .new ()
@@ -122,7 +122,7 @@ config :libring,
122122
123123## Contributing
124124
125- If you have changes in mind that are significant or potentially time consuming, please open a RFC-style PR first, where we
125+ If you have changes in mind that are significant or potentially time- consuming, please open an RFC-style PR first, where we
126126can discuss your plans first. I don't want you to spend all your time crafting a PR that I ultimately reject because I don't
127127think it's a good fit or is too large for me to review. Not that I plan to reject PRs in general, but I have to be careful to
128128balance features with maintenance burden, or I will quickly be unable to manage the project.
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ defmodule HashRing do
123123 @ doc """
124124 Adds a list of nodes to the hash ring.
125125
126- The list can contain just the node key, or a tuple of the node key and it's desired weight.
126+ The list can contain just the node key, or a tuple of the node key and its desired weight.
127127
128128 See also the documentation for `add_node/3`.
129129
You can’t perform that action at this time.
0 commit comments