Fix typo in HubProtocol doc (#1367)

This commit is contained in:
Andrew Stanton-Nurse 2018-01-29 16:15:21 -08:00 committed by GitHub
parent 243025488a
commit bc3e15380c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: