You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Reads a <see cref="SpaceTuple"/> that is potentially matched by the given <paramref name="template"/>.
@@ -63,7 +63,7 @@ public interface ISpaceAgent
63
63
/// </summary>
64
64
/// <param name="template">A template that potentially matches a <see cref="SpaceTuple"/>.</param>
65
65
/// <param name="callback">A callback function that will be executed, with the <see cref="SpaceTuple"/> as the argument.</param>
66
-
/// <remarks><i>Same as with <see cref="Peek(SpaceTemplate)"/>, the original tuple is <u>kept</u> in the space once <paramref name="callback"/> gets invoked.</i></remarks>
66
+
/// <remarks><i>Same as with <see cref="PeekAsync(SpaceTemplate)"/>, the original tuple is <u>kept</u> in the space once <paramref name="callback"/> gets invoked.</i></remarks>
0 commit comments