Skip to content

Commit

Permalink
Fix "is" -> "as" typo in comment (#10664)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsernst authored Apr 29, 2024
1 parent 6f15b90 commit 0f4449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crash_handler.zig
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ fn waitForOtherThreadToFinishPanicking() void {
}
}

/// Each platform is encoded is a single character. It is placed right after the
/// Each platform is encoded as a single character. It is placed right after the
/// slash after the version, so someone just reading the trace string can tell
/// what platform it came from. L, M, and W are for Linux, macOS, and Windows,
/// with capital letters indicating aarch64, lowercase indicating x86_64.
Expand Down

0 comments on commit 0f4449d

Please sign in to comment.