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

@ -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#"