Skip to content

Commit

Permalink
Merge pull request EOSIO#349 from toonsevrin/patch-6
Browse files Browse the repository at this point in the history
small print.hpp doc fix
  • Loading branch information
bytemaster authored Sep 5, 2017
2 parents 3492c96 + 412aece commit d98f57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/eoslib/print.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace eos {
*
* Example:
* @code
* char const *s = "Hello World!";
* const char *s = "Hello World!";
* uint64_t unsigned_64_bit_int = 1e+18;
* uint128_t unsigned_128_bit_int (87654323456);
* uint64_t string_as_unsigned_64_bit = N(abcde);
Expand Down

0 comments on commit d98f57a

Please sign in to comment.