We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8dc26 commit bd80ab4Copy full SHA for bd80ab4
.github/workflows/ValidatePullRequest.yml
@@ -65,7 +65,7 @@ jobs:
65
steps:
66
- uses: actions/checkout@v5
67
- name: Spell Check Repo
68
- uses: crate-ci/typos@v1.35.6
+ uses: crate-ci/typos@v1.36.2
69
70
license-headers:
71
name: check license headers
src/hyperlight_guest_tracing/src/lib.rs
@@ -326,7 +326,7 @@ mod trace {
326
// Flush the buffer
327
buffer.flush();
328
329
- // After flushing, the entryes should still be intact, we don't clear them
+ // After flushing, the entries should still be intact, we don't clear them
330
assert_eq!(buffer.write_index, 0);
331
assert_eq!(buffer.entries[0].msg_len, msg.len());
332
assert_eq!(&buffer.entries[0].msg[..msg.len()], msg.as_bytes());
0 commit comments