mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Fix some typos
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user