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

Merge pull request #71 from John-Colvin/patch-1

ednpoint typo
This commit is contained in:
Rene Schallner 2024-01-24 13:51:46 +01:00 committed by GitHub
commit b56b64f637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {