Fix 结构体 and 类.

This commit is contained in:
krahets
2023-02-27 21:01:25 +08:00
parent 731487864f
commit ff6022796c
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@
=== "Go"
```go title=""
/* 链表结点 */
/* 链表结点结构体 */
type TreeNode struct {
Val int
Left *TreeNode