Skip to content

Commit 3761f7d

Browse files
authored
[c++] Fix typo uint_t->uint8_t (#3458)
1 parent d1c6d79 commit 3761f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lang/c++/include/avro/GenericDatum.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace avro {
4343
* \li Avro <tt>float</tt> maps to C++ <tt>float</tt>.
4444
* \li Avro <tt>double</tt> maps to C++ <tt>double</tt>.
4545
* \li Avro <tt>string</tt> maps to C++ <tt>std::string</tt>.
46-
* \li Avro <tt>bytes</tt> maps to C++ <tt>std::vector&lt;uint_t&gt;</tt>.
46+
* \li Avro <tt>bytes</tt> maps to C++ <tt>std::vector&lt;uint8_t&gt;</tt>.
4747
* \li Avro <tt>fixed</tt> maps to C++ class <tt>GenericFixed</tt>.
4848
* \li Avro <tt>enum</tt> maps to C++ class <tt>GenericEnum</tt>.
4949
* \li Avro <tt>array</tt> maps to C++ class <tt>GenericArray</tt>.

0 commit comments

Comments
 (0)