Skip to content

Commit

Permalink
Merge pull request #246 from willdelorm/master
Browse files Browse the repository at this point in the history
README Fix parentheses mismatch noted in inssue #243
  • Loading branch information
kennithnichol committed Jan 10, 2024
2 parents c38ad10 + 7431cd1 commit 1162c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ returns an `m` object
```js
addmTwo(m(3), m(4)) // {value:7, source:"(3+4)"}

addmTwo(m(1, m(Math.PI, 'pi'))) // {value:4.14159..., source:"(1+pi)"}
addmTwo(m(1), m(Math.PI, 'pi')) // {value:4.14159..., source:"(1+pi)"}
```

<a name="addm"></a>
Expand Down

0 comments on commit 1162c62

Please sign in to comment.