Skip to content

Commit

Permalink
Merge pull request #1117 from redboltz/fix_1116
Browse files Browse the repository at this point in the history
Fixed invalid documentation.
  • Loading branch information
redboltz committed Apr 17, 2024
2 parents 44c0f70 + 7bb73f3 commit 5c521bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QUICKSTART-CPP.md
Expand Up @@ -12,7 +12,7 @@ Same as QuickStart for C Language.

## First program

Include `msgpack.hpp` header and link `msgpack` library to use MessagePack on your program.
Include `msgpack.hpp` header to use MessagePack on your program.

```cpp
#include <msgpack.hpp>
Expand Down

0 comments on commit 5c521bc

Please sign in to comment.