Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit dc171c0

Browse files
authored
Update Rx-based-Subscriber.md
1 parent 50b6cb9 commit dc171c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WAMP2/Roles/Subscriber/Rx-based-Subscriber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private static void OnTopic2(IWampSerializedEvent serializedEvent)
9292
}
9393
};
9494

95-
Console.WriteLine("Got event: args: [{0}], kwargs: {{ {1} }}",
95+
Console.WriteLine("Got event: args: [{0}], kwargs: \{\{ {1} \}\}",
9696
string.Join(", ", deserializedArguments.arguments),
9797
deserializedArguments.argumentsKeywords);
9898
}

0 commit comments

Comments
 (0)