From 9caf2ffb1c02f1516c27e87936d40d68ce1fa4b3 Mon Sep 17 00:00:00 2001 From: Axiss <32772120+FanLu1994@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:10:51 +0800 Subject: [PATCH] fix one typo in doc (#310) --- docs/api/packages/algorithm.md | 2 +- docs/en/api/packages/algorithm.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/packages/algorithm.md b/docs/api/packages/algorithm.md index 865ecba..c48a736 100644 --- a/docs/api/packages/algorithm.md +++ b/docs/api/packages/algorithm.md @@ -8,7 +8,7 @@ algorithm 算法包实现一些基本算法,sort,search,lrucache。 - [https://github.com/duke-git/lancet/blob/main/algorithm/sort.go](https://github.com/duke-git/lancet/blob/main/algorithm/sort.go) - [https://github.com/duke-git/lancet/blob/main/algorithm/search.go](https://github.com/duke-git/lancet/blob/main/algorithm/search.go) -- [https://github.com/duke-git/lancet/blob/main/algorithm/lru_cache.go](https://github.com/duke-git/lancet/blob/main/algorithm/lru_cache.go) +- [https://github.com/duke-git/lancet/blob/main/algorithm/lrucache.go](https://github.com/duke-git/lancet/blob/main/algorithm/lrucache.go)
diff --git a/docs/en/api/packages/algorithm.md b/docs/en/api/packages/algorithm.md index c2d3045..a326081 100644 --- a/docs/en/api/packages/algorithm.md +++ b/docs/en/api/packages/algorithm.md @@ -8,7 +8,7 @@ Package algorithm implements some basic algorithm. eg. sort, search. - [https://github.com/duke-git/lancet/blob/main/algorithm/sort.go](https://github.com/duke-git/lancet/blob/main/algorithm/sort.go) - [https://github.com/duke-git/lancet/blob/main/algorithm/search.go](https://github.com/duke-git/lancet/blob/main/algorithm/search.go) -- [https://github.com/duke-git/lancet/blob/main/algorithm/lru_cache.go](https://github.com/duke-git/lancet/blob/main/algorithm/lru_cache.go) +- [https://github.com/duke-git/lancet/blob/main/algorithm/lrucache.go](https://github.com/duke-git/lancet/blob/main/algorithm/lrucache.go)