Update the summary of the chapter preface.

This commit is contained in:
krahets
2023-05-16 21:52:49 +08:00
parent f35020b335
commit a60c7f148d
3 changed files with 11 additions and 11 deletions

View File

@@ -29,7 +29,7 @@
=== "Go"
```go title="preorder_traversal_i_compact.go"
[class]{}-[func]{preOrder}
[class]{}-[func]{preOrderI}
```
=== "JavaScript"
@@ -103,7 +103,7 @@
=== "Go"
```go title="preorder_traversal_ii_compact.go"
[class]{}-[func]{preOrder}
[class]{}-[func]{preOrderII}
```
=== "JavaScript"
@@ -206,7 +206,7 @@
=== "Go"
```go title="preorder_traversal_iii_compact.go"
[class]{}-[func]{preOrder}
[class]{}-[func]{preOrderIII}
```
=== "JavaScript"