Fix typos

This commit is contained in:
Kristian Hartikainen
2023-04-04 19:58:43 +01:00
parent 5f132af625
commit a611b7bf6d
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -428,8 +428,8 @@ MjModelWrapper MjModelWrapper::LoadXML(
namespace {
// A byte at the start of serialized mjModel structs, which can be incremented
// when we change the serialization logic to reject pickles from an
// unsupported future version.
// when we change the serialization logic to reject pickles from an unsupported
// future version.
constexpr static char kSerializationVersion = 1;
void CheckInput(const std::istream& input, std::string class_name) {