Merge branch 'trunk' into fix-str-from-int

This commit is contained in:
Folkert de Vries 2021-11-07 00:00:21 +01:00 committed by GitHub
commit c0c2c1341c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 104 additions and 78 deletions

View file

@ -192,7 +192,7 @@ test "" {
//
// Thank you Zig Contributors!
// Export it as weak incase it is alreadly linked in by something else.
// Export it as weak incase it is already linked in by something else.
comptime {
@export(__muloti4, .{ .name = "__muloti4", .linkage = .Weak });
}