Skip to content

Commit 334205f

Browse files
author
Jim Porter
committed
s/std::int64_t/long long/ (more technically-accurate)
1 parent 34bf82c commit 334205f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ copy `include/bencode.hpp` to your destination of choice.
3131
### Data types
3232

3333
Bencode has four data types: `integer`s, `string`s, `list`s, and `dict`s. These
34-
correspond to `std::int64_t`, `std::string`, `std::vector<bencode::data>`, and
34+
correspond to `long long`, `std::string`, `std::vector<bencode::data>`, and
3535
`std::map<std::string, bencode::data>`, respectively. Since the data types are
3636
determined at runtime, these are all stored in a variant type called `data`.
3737

0 commit comments

Comments
 (0)