Skip to content

Commit

Permalink
Merge pull request Experience-Monks#65 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
changed variable name
  • Loading branch information
mattdesl authored Sep 19, 2018
2 parents 324dc1b + e0601b4 commit df24f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,9 +1034,9 @@ In code:

```js
var Interval = require('interval-arithmetic')
var nexafter = require('nextafter')
var nextafter = require('nextafter')

var a = Interval(3, nexafter(5, -Infinity))
var a = Interval(3, nextafter(5, -Infinity))
var b = Interval(4, 6)

Interval.intersection(a, b)
Expand Down

0 comments on commit df24f5a

Please sign in to comment.