Skip to content

Commit 0684498

Browse files
AArnottmikaelm12
authored andcommitted
Fix SignalR HubProtocol spec typo (#9338)
1 parent a54646f commit 0684498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/docs/specs/HubProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ Below are some sample type mappings between JSON types and the .NET client. This
887887
| .NET Type | JSON Type | MsgPack format family |
888888
| ----------------------------------------------- | ---------------------------- |---------------------------|
889889
| `System.Byte`, `System.UInt16`, `System.UInt32` | `Number` | `positive fixint`, `uint` |
890-
| `System.SByte`, `System.Int16`, `System.Int32` | `Number` | `fixit`, `int` |
890+
| `System.SByte`, `System.Int16`, `System.Int32` | `Number` | `fixint`, `int` |
891891
| `System.UInt64` | `Number` | `positive fixint`, `uint` |
892892
| `System.Int64` | `Number` | `fixint`, `int` |
893893
| `System.Single` | `Number` | `float` |

0 commit comments

Comments
 (0)