Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo in documentation for BUG #140
  • Loading branch information
royNiladri authored Dec 29, 2024
1 parent 71c44d2 commit 8e57d05
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 @@ -103,7 +103,7 @@ console.log(n2.getValue()); // "12345.6789"
Allows setting the BigDecimal to a new value.
```js
var n = new bigDecimal('123');
n.setvalue('567');
n.setValue('567');
console.log(n.getValue()); // 567
```

Expand Down

0 comments on commit 8e57d05

Please sign in to comment.