Skip to content

Commit

Permalink
Fix type in README
Browse files Browse the repository at this point in the history
The asm was already correct ;-)
  • Loading branch information
jpf91 committed Apr 17, 2017
1 parent 1ece7eb commit 24ca0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ pure nothrow @nogc @safe void msgpack_ll.format(ref ubyte[128]):
```d
void format(ref ubyte[128] buffer)
{
enum type = MsgpackType.posFixInt;
enum type = MsgpackType.negFixInt;
formatType!(type)(-11, buffer[0..DataSize!type]);
}
```
Expand Down

0 comments on commit 24ca0f3

Please sign in to comment.