Fix Go comment and link

This commit is contained in:
krahets
2023-07-24 13:11:00 +08:00
parent 9ab4b0b15c
commit 1777a16865
4 changed files with 5 additions and 4 deletions

View File

@ -256,7 +256,7 @@ $$
=== "Go"
```go title="climbing_stairs_dfs_mem.go"
[class]{}-[func]{dfs}
[class]{}-[func]{dfsMem}
[class]{}-[func]{climbingStairsDFSMem}
```

View File

@ -58,7 +58,7 @@
=== "Go"
```go title="fractional_knapsack.go"
[class]{}-[func]{II}
[class]{Item}-[func]{}
[class]{}-[func]{fractionalKnapsack}
```

View File

@ -87,7 +87,7 @@
=== "Go"
```go title="top_k.go"
[class]{maxHeap}-[func]{topKHeap}
[class]{}-[func]{topKHeap}
```
=== "JavaScript"
@ -105,7 +105,7 @@
=== "C"
```c title="top_k.c"
[class]{maxHeap}-[func]{topKHeap}
[class]{}-[func]{topKHeap}
```
=== "C#"