Skip to content

Commit

Permalink
Merge pull request #71 from John-Colvin/patch-1
Browse files Browse the repository at this point in the history
ednpoint typo
  • Loading branch information
renerocksai authored Jan 24, 2024
2 parents 9122d7f + 452ac7f commit b56b64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoint.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b56b64f

Please sign in to comment.