diff --git a/goSTL/data_structure/ring/ring.go b/goSTL/data_structure/ring/ring.go index 8603347..b8ff088 100644 --- a/goSTL/data_structure/ring/ring.go +++ b/goSTL/data_structure/ring/ring.go @@ -191,7 +191,7 @@ func (r *ring) Erase() { r.mutex.Unlock() } -//@title Get +//@title Value //@description // 以ring环容器做接收者 // 获取环中当前持有节点所承载的元素