diff options
author | huajin tong <[email protected]> | 2024-11-28 18:20:02 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-28 11:20:02 +0100 |
commit | fc3d1cbadb48d5f8e10fcd811377de6b8453ea8d (patch) | |
tree | 8ff737d4807562f796b347c8487625a41f5f7512 /hugolib | |
parent | 7e130e34f202d400891cd2acaaf196c049b17f7f (diff) | |
download | hugo-fc3d1cbadb48d5f8e10fcd811377de6b8453ea8d.tar.gz hugo-fc3d1cbadb48d5f8e10fcd811377de6b8453ea8d.zip |
Fix some typos
Diffstat (limited to 'hugolib')
-rw-r--r-- | hugolib/doctree/nodeshifttree.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/doctree/nodeshifttree.go b/hugolib/doctree/nodeshifttree.go index 36382c2d7..497e9f02e 100644 --- a/hugolib/doctree/nodeshifttree.go +++ b/hugolib/doctree/nodeshifttree.go @@ -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 |