We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a632d44 commit 96d76f3Copy full SHA for 96d76f3
iavl/internal/pin.go
@@ -28,7 +28,7 @@ type Pin interface {
28
Unpin()
29
}
30
31
-// NoopPin is a Pin that has nothing on Unpin().
+// NoopPin is a Pin that does nothing on Unpin().
32
type NoopPin struct{}
33
34
// Unpin implements the Pin interface.
0 commit comments