commit 9944d80837e14412f6f97152c27cea781eb5e500 parent f698d3b3b079548734273709515249e9ff8361bf Author: Ember Sawady <ecs@d2evs.net> Date: Sun, 22 Oct 2023 22:50:17 +0000 unix::hosts: fix references Signed-off-by: Ember Sawady <ecs@d2evs.net> Diffstat:
M | unix/hosts/hosts.ha | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/unix/hosts/hosts.ha b/unix/hosts/hosts.ha @@ -43,8 +43,8 @@ case let err: fs::error => return fs::strerror(err); }; -// Creates an [[hosts::iterator]] for a provided [[io::handle]] pointing to -// the /etc/hosts file. The user should call [[hosts::next]] to iterate through +// Creates an [[iterator]] for a provided [[io::handle]] pointing to +// the /etc/hosts file. The user should call [[next]] to iterate through // host lines. export fn iter(in: io::handle) iterator = iterator { handle = in,