mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
s/ednpoint/endpoint/
This commit is contained in:
parent
74ffd81bca
commit
a330627b09
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue