Skip to content

Commit

Permalink
Merge pull request #256 from Sleavely/45-plus-10
Browse files Browse the repository at this point in the history
Typo: Approriate output-comment for the operations
  • Loading branch information
scurker committed Jun 11, 2020
2 parents 92e704d + 57cb5eb commit 0539678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01-usage.md
Expand Up @@ -62,6 +62,6 @@ If you need access to the raw numbers, the value is stored as both an `integer`

```js
// Get the internal values
currency(123.45).add(.1).value; // => 123.46
currency(123.45).add(.1).intValue; // => 12346
currency(123.45).add(.1).value; // => 123.55
currency(123.45).add(.1).intValue; // => 12355
```

0 comments on commit 0539678

Please sign in to comment.