Skip to content

Commit 96d76f3

Browse files
committed
typo
1 parent a632d44 commit 96d76f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iavl/internal/pin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type Pin interface {
2828
Unpin()
2929
}
3030

31-
// NoopPin is a Pin that has nothing on Unpin().
31+
// NoopPin is a Pin that does nothing on Unpin().
3232
type NoopPin struct{}
3333

3434
// Unpin implements the Pin interface.

0 commit comments

Comments
 (0)