Skip to content

Commit 1739f03

Browse files
davidwebster48bitwalker
authored andcommitted
Fix typos
1 parent d3070f6 commit 1739f03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You have two choices for managing hash rings in your application:
4545

4646
This API works with the raw ring data structure. It is the fastest implementation,
4747
and 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
5151
ring = 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
126126
can 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
127127
think 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
128128
balance features with maintenance burden, or I will quickly be unable to manage the project.

lib/ring.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)