Skip to content

Commit 5c521bc

Browse files
authored
Merge pull request #1117 from redboltz/fix_1116
Fixed invalid documentation.
2 parents 44c0f70 + 7bb73f3 commit 5c521bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QUICKSTART-CPP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Same as QuickStart for C Language.
1212

1313
## First program
1414

15-
Include `msgpack.hpp` header and link `msgpack` library to use MessagePack on your program.
15+
Include `msgpack.hpp` header to use MessagePack on your program.
1616

1717
```cpp
1818
#include <msgpack.hpp>

0 commit comments

Comments
 (0)