Fix "is" -> "as" typo in comment (#10664)

This commit is contained in:
David Ernst
2024-04-29 15:37:11 -07:00
committed by GitHub
parent 6f15b90e83
commit 0f4449d51b

View File

@@ -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.