Skip to content

Commit

Permalink
spelling: write
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Mar 28, 2022
1 parent ce29cd5 commit 922d3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static byte[] writeMutation(BackendMutation mutation) {
buffer.write(entry.type().code());
// write id
buffer.writeBytes(entry.id().asBytes());
// wirte subId
// write subId
if (entry.subId() != null) {
buffer.writeId(entry.subId());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public void writePropertiesField(Collection<HugeProperty<?>> properties,
"for vertex '%s'", key, val, property.element());
}
};
// End wirte properties
// End write properties
generator.writeEndObject();
}
}
Expand Down

0 comments on commit 922d3d3

Please sign in to comment.