Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Feb 4, 2019
1 parent c82515c commit 8f2d59a
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 @@ -905,7 +905,7 @@ trait NumberFormat<T: Number> {
}
}
class DoubleFormat with Format<Integer> {
class DoubleFormat with Format<Double> {
let places: Integer;
Expand Down

0 comments on commit 8f2d59a

Please sign in to comment.