update function name in error

This commit is contained in:
Ali Chraghi 2021-12-02 20:35:20 +03:30 committed by Andrew Kelley
parent c98b020ce2
commit 005e869abd

View File

@ -816,7 +816,7 @@ pub fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) !*A
return result;
}
@compileError("std.net.getAddresses unimplemented for this OS");
@compileError("std.net.getAddressList unimplemented for this OS");
}
const LookupAddr = struct {