Skip to content

Commit 03dad52

Browse files
committed
update comments
1 parent d919210 commit 03dad52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nested_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// MoveDirection means where the node is going to be located
1515
type MoveDirection int
1616

17-
// MoveDirectionLeft ...
17+
// MoveDirections ...
1818
const (
1919
// MoveDirectionLeft : MoveTo(db, a, n, MoveDirectionLeft) => a|n|...
2020
MoveDirectionLeft MoveDirection = -1

0 commit comments

Comments
 (0)