From bc3e15380cd8ef569675390a67689565d6d40a7b Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Mon, 29 Jan 2018 16:15:21 -0800 Subject: [PATCH] Fix typo in HubProtocol doc (#1367) --- specs/HubProtocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/HubProtocol.md b/specs/HubProtocol.md index 26392c1e86..bf94bc71c3 100644 --- a/specs/HubProtocol.md +++ b/specs/HubProtocol.md @@ -565,8 +565,8 @@ is decoded as follows: * InvocationId - A `String` encoding the Invocation ID for the message * ResultKind - A flag indicating the invocation result kind: * `1` - Error result - Result contains a `String` with the error message - * `2` - Void result - Result contains the value returned by the server - * `3` - Non-Void result - Result is absent + * `2` - Void result - Result is absent + * `3` - Non-Void result - Result contains the value returned by the server * Result - An optional item containing the result of invocation. Absent if the server did not return any value (void methods) Examples: