Skip to content

Commit

Permalink
Fix wrong API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower authored Sep 13, 2023
1 parent 0aec7da commit 3edcacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ type Reader interface {
//
SeekByTime(time time.Time) error

// GetLastMSgID get the last message id available for consume.
// GetLastMessageID get the last message id available for consume.
GetLastMessageID() (MessageID, error)
}

0 comments on commit 3edcacb

Please sign in to comment.