提交 d98f57a0 编写于 作者: D Daniel Larimer 提交者: GitHub

Merge pull request #349 from toonsevrin/patch-6

small print.hpp doc fix
...@@ -143,7 +143,7 @@ namespace eos { ...@@ -143,7 +143,7 @@ namespace eos {
* *
* Example: * Example:
* @code * @code
* char const *s = "Hello World!"; * const char *s = "Hello World!";
* uint64_t unsigned_64_bit_int = 1e+18; * uint64_t unsigned_64_bit_int = 1e+18;
* uint128_t unsigned_128_bit_int (87654323456); * uint128_t unsigned_128_bit_int (87654323456);
* uint64_t string_as_unsigned_64_bit = N(abcde); * uint64_t string_as_unsigned_64_bit = N(abcde);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册