rpc: fix godoc (#24488)

Co-authored-by: seven <seven@nodereal.io>
This commit is contained in:
s7v7nislands
2022-03-02 09:51:55 +08:00
committed by GitHub
parent 7307d97ae1
commit f4ff4268f7
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ import (
var (
// ErrNotificationsUnsupported is returned when the connection doesn't support notifications
ErrNotificationsUnsupported = errors.New("notifications not supported")
// ErrNotificationNotFound is returned when the notification for the given id is not found
// ErrSubscriptionNotFound is returned when the notification for the given id is not found
ErrSubscriptionNotFound = errors.New("subscription not found")
)