Skip to content

Commit 9265df9

Browse files
committed
fix typo error
1 parent edbdf89 commit 9265df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ console.log(a == b); // returns false
1818

1919
If the re-definition [Abstract Equality Comparison](https://tc39.es/ecma262/#sec-abstract-equality-comparison) or [Strict Equality Comparison](https://tc39.es/ecma262/#sec-strict-equality-comparison) is break change behavior.
2020

21-
So we need to **define a new method**,
21+
So we need to **define a new method**.
2222

2323
## How compare two ArrayBuffer object is equality
2424

0 commit comments

Comments
 (0)