This commit is contained in:
Johannes M. Scheuermann 2021-03-14 19:30:35 +00:00
parent 786b3bf5fc
commit 4aa98f5035
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
static constexpr ProtocolVersion with##x() { return ProtocolVersion(x ::protocolVersion); }
// ProtocolVersion wraps a uint64_t to make it type safe. It will know about the current versions.
// The default constuctor will initialize the version to 0 (which is an invalid
// The default constructor will initialize the version to 0 (which is an invalid
// version). ProtocolVersion objects should never be compared to version numbers
// directly. Instead one should always use the type-safe version types from which
// this class inherits all.