Skip to content

Commit 10c8fa2

Browse files
authored
Merge pull request ruanyf#341 from prettykernel/patch-1
typo fix
2 parents 4d06e36 + 3136117 commit 10c8fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/destructuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ for (let [,value] of map) {
672672

673673
**(7)输入模块的指定方法**
674674

675-
加载模块时,往往需要指定输入那些方法。解构赋值使得输入语句非常清晰。
675+
加载模块时,往往需要指定输入哪些方法。解构赋值使得输入语句非常清晰。
676676

677677
```javascript
678678
const { SourceMapConsumer, SourceNode } = require("source-map");

0 commit comments

Comments
 (0)