Fix some typos

This commit is contained in:
huajin tong
2024-11-28 18:20:02 +08:00
committed by GitHub
parent 7e130e34f2
commit fc3d1cbadb
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ type (
)
// NodeShiftTree is the root of a tree that can be shaped using the Shape method.
// Note that multipled shapes of the same tree is meant to be used concurrently,
// Note that multiplied shapes of the same tree is meant to be used concurrently,
// so use the applicable locking when needed.
type NodeShiftTree[T any] struct {
tree *radix.Tree