1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

fix typo: 或 -> 会

This commit is contained in:
谭九鼎 2021-09-08 21:25:53 +08:00 committed by GitHub
parent 84dba5689b
commit 248b51a5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,7 +439,7 @@ import submodule from './node_modules/es-module-package/private-module.js';
} }
``` ```
注意,如果同时还有其他别名,就不能采用简写,否则报错。 注意,如果同时还有其他别名,就不能采用简写,否则报错。
```javascript ```javascript
{ {