Merge pull request #802 from hartikainen:fix-typos
PiperOrigin-RevId: 523698082 Change-Id: Ib12bbf8b6a1e02f87a278a230dcb6e5d722d2a94
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user