Skip to content

Commit

Permalink
Update jetstream/errors.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
piotrpio and Jarema authored Aug 17, 2023
1 parent d5f5861 commit 6f4715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ var (
ErrKeyDeleted = &jsError{message: "key was deleted"}

// ErrHistoryToLarge is returned when provided history limit is larger than 64.
ErrHistoryToLarge = &jsError{message: "history limited to a max of 64"}
ErrHistoryTooLarge = &jsError{message: "history limited to a max of 64"}

// ErrNoKeysFound is returned when no keys are found.
ErrNoKeysFound = &jsError{message: "no keys found"}
Expand Down

0 comments on commit 6f4715c

Please sign in to comment.