Skip to content

Commit

Permalink
Typo: Approriate output-comment for the operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleavely committed Jun 11, 2020
1 parent 92e704d commit 57cb5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01-usage.md
Original file line number Diff line number Diff line change
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 57cb5eb

Please sign in to comment.