Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
todeschi committed Apr 15, 2015
1 parent cca389c commit 367f3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Name | Description
------------- | -------------
`store_new_submissions()` | Reads submitted files and save new files in the history.
`print_readerr()` | Displays any read errors.
`compute_metrics()` | Calculates of scores for each submission in the history.
`compute_metrics()` | Calculates the scores for each submission in the history.
`get_best()` | Gets the highest score per team.
`print_leaderboard()` | Displays the leaderboard.
`plot_history()` | Plots a chart of score evolution per team.
Expand Down
2 changes: 1 addition & 1 deletion inst/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h3>Next steps</h3>
</tr>
<tr>
<td><code>compute_metrics()</code></td>
<td>Calculates of scores for each submission in the history.</td>
<td>Calculates the scores for each submission in the history.</td>
</tr>
<tr>
<td><code>get_best()</code></td>
Expand Down

0 comments on commit 367f3a8

Please sign in to comment.