Skip to content

Commit

Permalink
chore: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jul 21, 2024
1 parent 8ff9ae2 commit 3d0c4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (

var _ persist.WatcherEx = &Watcher{}

// Errors.
var (
// ErrNotConnected is the error returned when the watcher is not connected.
ErrNotConnected = errors.New("pubsub not connected, cannot dispatch update message")
)

Expand Down

0 comments on commit 3d0c4a4

Please sign in to comment.