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

s/ednpoint/endpoint/

This commit is contained in:
John Colvin 2024-01-22 23:16:20 +00:00 committed by GitHub
parent 5b14759b4b
commit 452ac7f12e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,7 +244,7 @@ pub const EndpointListenerError = error{
EndpointPathShadowError, EndpointPathShadowError,
}; };
/// The listener with ednpoint support /// The listener with endpoint support
/// ///
/// NOTE: It switches on path.startsWith -> so use endpoints with distinctly starting names!! /// NOTE: It switches on path.startsWith -> so use endpoints with distinctly starting names!!
pub const Listener = struct { pub const Listener = struct {