Update NthPreviousEntry->At in godoc too

This commit is contained in:
Laurent Demailly
2025-03-20 23:35:28 -07:00
parent 2a4d3037d7
commit c4cef2d6e4

View File

@@ -950,7 +950,7 @@ func (s *stRingBuffer) Add(a string) {
}
}
// NthPreviousEntry returns the value passed to the nth previous call to Add.
// At returns the value passed to the nth previous call to Add.
// If n is zero then the immediately prior value is returned, if one, then the
// next most recent, and so on. If such an element doesn't exist then ok is
// false.