Skip to content

Commit d213dd7

Browse files
committed
docs typo
1 parent 6019a52 commit d213dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/KeyspaceNotifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ sub.SubscribeAsync(channel, (recvChannel, recvValue) =>
184184
{
185185
// by including prefix in the TryParse, we filter out notifications that are not for this client
186186
// *and* the key is sliced internally to remove this prefix when reading
187-
if (KeyNotification.TryParse(prefix, recvChannel, recvValue, out var notification))
187+
if (KeyNotification.TryParse(keyPrefix, recvChannel, recvValue, out var notification))
188188
{
189189
// if we get here, the key prefix was a match
190190
var key = notification.GetKey(); // "order/123" - note no prefix

0 commit comments

Comments
 (0)