Skip to content

Commit 163cc69

Browse files
committed
fix typo
1 parent ec9bb76 commit 163cc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/elo.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
describe Elo do
77
it "is configured with 3 variables: initial, k, and c" do
8-
# ntoe, these values are not very sensible
8+
# note, these values are not very sensible
99
e = Elo.new(initial: 5, k: 10, c: 15)
1010
expect(e.initial).must_equal 5
1111
expect(e.k).must_equal 10

0 commit comments

Comments
 (0)