Skip to content

Commit 72482bc

Browse files
authored
Update article.md
Revision to unary plus not allowed bigints description in response to PR
1 parent c3a11c8 commit 72482bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/99-js-misc/05-bigint/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The conversion operations are always silent, never give errors, but if the bigin
5050
````smart header="The unary plus is not supported on bigints"
5151
The unary plus operator `+value` is a well-known way to convert `value` to a number.
5252
53-
On bigints it's not supported, to avoid confusion:
53+
In order to avoid confusion, it's not supported on bigints:
5454
```js run
5555
let bigint = 1n;
5656

0 commit comments

Comments
 (0)