Skip to content

Commit 55da956

Browse files
authored
fix spelling
1 parent 6965e31 commit 55da956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The arbitrary constants `HyperbolicCanvas.INFINITY` and `HyperbolicCanvas.ZERO`
4646

4747
This library uses [Jasmine specs][jasmine] to validate the code and prevent regressions.
4848

49-
The specs have been written to use random input values. While this approach is unconventional, it provides more convidence than would an attempt to test an effectively infinite number of edge cases<!-- ha! Get it? -->. Some specs do occasionally fail; the frequency at which this occurs is determined by the accuracy of the constants `HyperbolicCanvas.INFINITY` and `HyperbolicCanvas.ZERO`.
49+
The specs have been written to use random input values. While this approach is unconventional, it provides more confidence than would an attempt to test an effectively infinite number of edge cases<!-- ha! Get it? -->. Some specs do occasionally fail; the frequency at which this occurs is determined by the accuracy of the constants `HyperbolicCanvas.INFINITY` and `HyperbolicCanvas.ZERO`.
5050

5151
The Jasmine library itself has been modified to run each spec multiple times, and a random number seed is used so that errors may be reproduced. The seed and the spec run count can be set in the options menu on the [SpecRunner][jasmine] page.
5252

0 commit comments

Comments
 (0)