Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerolson committed Apr 5, 2022
1 parent a7bb829 commit 6e7aef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Ratings are kept as an object which represent a gaussian curve, with properties
{ mu: 25.188, sigma: 6.211 }
```

If `a1` and `a2` are on a team, and wins against a team of `b1` and `b2`, send this into `rank`
If `a1` and `a2` are on a team, and wins against a team of `b1` and `b2`, send this into `rate`

```js
> const { rate } = require('openskill')
Expand Down

0 comments on commit 6e7aef3

Please sign in to comment.