Skip to content

Commit

Permalink
fix typo in math docs
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Dec 29, 2017
1 parent 6b4ac06 commit 41eb3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/math.md
Expand Up @@ -73,7 +73,7 @@ It's possible to do math with multiple units:
DateTime.fromISO('2017-05-15').plus({months: 2, days: 6}).toISODate(); //=> '2017-07-21'
```

This isn't as simple as it looks. For example, but should you expect this to do?
This isn't as simple as it looks. For example, what should you expect this to do?

```js
DateTime.fromISO('2017-04-30').plus({months: 1, days: 1}).toISODate() //=> '2017-05-31'
Expand Down

0 comments on commit 41eb3bd

Please sign in to comment.