Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 14, 2024
1 parent 6d51eed commit ba5f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub enum WriteError {
#[display("resource not ready to accept the data")]
NotReady,

/// Error returned by the operation system and not by the resource itself.
/// Error returned by the operating system and not by the resource itself.
#[display(inner)]
#[from]
Io(io::Error),
Expand Down

0 comments on commit ba5f1b0

Please sign in to comment.