Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit c8a1e66

Browse files
suicamysteryven
authored andcommitted
docs: polish
1 parent 17c41ce commit c8a1e66

File tree

1 file changed

+2
-3
lines changed
  • i18n/zh/docusaurus-plugin-content-docs/current

1 file changed

+2
-3
lines changed

i18n/zh/docusaurus-plugin-content-docs/current/ast.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ title: 抽象语法树 (Abstract Syntax Tree)
5757
## estree
5858

5959
[estree](https://github.com/estree/estree)是JavaScript的一个社区标准语法规范,
60-
它定义了[所有的AST节点](https://github.com/estree/estree/blob/master/es5.md),以便不同的工具
61-
可以相互兼容。
60+
它定义了[所有的AST节点](https://github.com/estree/estree/blob/master/es5.md),以便不同的工具可以彼此兼容。
6261

63-
所有AST节点的基本构建块都是`Node`类型
62+
`Node`类型是所有AST节点的基础
6463

6564
```rust
6665
#[derive(Debug, Default, Clone, Copy, Serialize, PartialEq, Eq)]

0 commit comments

Comments
 (0)