Merge pull request #802 from hartikainen:fix-typos

PiperOrigin-RevId: 523698082
Change-Id: Ib12bbf8b6a1e02f87a278a230dcb6e5d722d2a94
This commit is contained in:
Copybara-Service
2023-04-12 07:49:14 -07:00
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) {