Skip to content

Commit

Permalink
Fixed .nuspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompazourek committed Nov 1, 2014
1 parent f17f00d commit cbc591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rationals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Supported features:
- implicit conversions - rationals integrate seamlessly with other number types
- unlimited precision - rationals use BigInteger inside
- canonical form - each rational can have its canonical form (irreducible fraction where denominator is always positive)
- comparison & equality
- comparison & equality
- multiple formatting options - ToString("C") (canonical form), ToString("W") (whole + fractional part), or normal fraction format

Example usage:
Expand Down

0 comments on commit cbc591d

Please sign in to comment.