From 452ac7f12eed6f28f800f0db8d294160eb012ff2 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Mon, 22 Jan 2024 23:16:20 +0000 Subject: [PATCH] s/ednpoint/endpoint/ --- src/endpoint.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoint.zig b/src/endpoint.zig index 4040623..b8e02b3 100644 --- a/src/endpoint.zig +++ b/src/endpoint.zig @@ -244,7 +244,7 @@ pub const EndpointListenerError = error{ EndpointPathShadowError, }; -/// The listener with ednpoint support +/// The listener with endpoint support /// /// NOTE: It switches on path.startsWith -> so use endpoints with distinctly starting names!! pub const Listener = struct {