1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

s/ednpoint/endpoint/

This commit is contained in:
John Colvin 2024-01-22 23:16:20 +00:00 committed by Rene Schallner
parent 74ffd81bca
commit a330627b09

View file

@ -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 {