Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhull committed Jun 10, 2024
1 parent ec9bb76 commit 163cc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

describe Elo do
it "is configured with 3 variables: initial, k, and c" do
# ntoe, these values are not very sensible
# note, these values are not very sensible
e = Elo.new(initial: 5, k: 10, c: 15)
expect(e.initial).must_equal 5
expect(e.k).must_equal 10
Expand Down

0 comments on commit 163cc69

Please sign in to comment.