diff options
| author | Ali Chraghi <63465728+AliChraghi@users.noreply.github.com> | 2021-12-02 20:35:20 +0330 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-12-02 12:35:17 -0800 |
| commit | 005e869abdd5a487531c47abfc82436b870ff0d8 (patch) | |
| tree | ff4c1f1c0468d81a5cdb5460e9cf3953296a2846 /lib/std/net.zig | |
| parent | c98b020ce29467e80217718e0a1856b7fccd6b53 (diff) | |
| download | zig-005e869abdd5a487531c47abfc82436b870ff0d8.tar.gz zig-005e869abdd5a487531c47abfc82436b870ff0d8.zip | |
update function name in error
Diffstat (limited to 'lib/std/net.zig')
| -rw-r--r-- | lib/std/net.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/net.zig b/lib/std/net.zig index 6199d739d7..1165ac6073 100644 --- a/lib/std/net.zig +++ b/lib/std/net.zig @@ -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 { |
