Skip to content

Commit c6f8310

Browse files
authored
fix: broken link in zh-cn translation (#278)
1 parent 7ad136d commit c6f8310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ NaN === 0 / 0; // -> false
339339
关于 `NaN === NaN` 的更多细节,请参阅上一个例子。
340340

341341
- [这是 TC39 中关于 Object.is 的规范](https://tc39.es/ecma262/#sec-object.is)
342-
- MDN 上的[相等比较与相同值比较]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness)
342+
- MDN 上的[相等比较与相同值比较](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness)
343343

344344
## 它是 fail
345345

0 commit comments

Comments
 (0)