Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed May 18, 2024
1 parent e53acf2 commit a426ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/xwt-wtransport/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl xwt_core::stream::WriteAbort for SendStream {
/// An error that can occur while waiting for the write stream being aborted.
#[derive(Debug, thiserror::Error)]
pub enum WriteAbortedError {
/// An unexpected stream write error has occured.
/// An unexpected stream write error has occurred.
#[error("stream write: {0}")]
StreamWrite(wtransport::error::StreamWriteError),
/// An error code failed to convert.
Expand Down

0 comments on commit a426ceb

Please sign in to comment.