We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f8be7 commit 6b01958Copy full SHA for 6b01958
terminal.go
@@ -950,7 +950,7 @@ func (s *stRingBuffer) Add(a string) {
950
}
951
952
953
-// NthPreviousEntry returns the value passed to the nth previous call to Add.
+// At returns the value passed to the nth previous call to Add.
954
// If n is zero then the immediately prior value is returned, if one, then the
955
// next most recent, and so on. If such an element doesn't exist then ok is
956
// false.
0 commit comments