Commit 005e869abd

Ali Chraghi <63465728+AliChraghi@users.noreply.github.com>
2021-12-02 18:05:20
update function name in error
1 parent c98b020
Changed files (1)
lib
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 {