Skip to content

Commit

Permalink
README Fix parentheses mismatch noted in inssue zero-to-mastery#243
Browse files Browse the repository at this point in the history
  • Loading branch information
willdelorm committed Jan 10, 2024
1 parent c38ad10 commit 7431cd1
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 7431cd1

Please sign in to comment.