Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typo in comments
  • Loading branch information
dippi committed Jul 4, 2021
commit 0f30ca23bd171e374fa5af46ab2d2ea7e0fed3ca
2 changes: 1 addition & 1 deletion src/resp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl RespValue {
}
}

/// A trait to be implemented for every time which can be read from a RESP value.
/// A trait to be implemented for every type which can be read from a RESP value.
///
/// Implementing this trait on a type means that type becomes a valid return type for calls such as `send` on
/// `client::PairedConnection`
Expand Down