Skip to content

Commit b3a3bdd

Browse files
ndyakovCopilot
andauthored
Update maintnotifications/manager.go
Co-authored-by: Copilot <[email protected]>
1 parent 4631320 commit b3a3bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintnotifications/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func (hm *Manager) AddNotificationHook(notificationHook NotificationHook) {
334334
hm.hooks = append(hm.hooks, notificationHook)
335335
}
336336

337-
// SetClusterStateReloadCallback sets the callback function that will be called when a SMOVED notification is received.
337+
// SetClusterStateReloadCallback sets the callback function that will be called when a SMIGRATED notification is received.
338338
// This allows node clients to notify their parent ClusterClient to reload cluster state.
339339
func (hm *Manager) SetClusterStateReloadCallback(callback ClusterStateReloadCallback) {
340340
hm.clusterStateReloadCallback = callback

0 commit comments

Comments
 (0)