Skip to content

Commit

Permalink
fix doc comment: callee -> caller
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Aug 28, 2024
1 parent e068cba commit bbf02ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ pub enum ErrorKind {
/// may simply exacerbate the problem.
Overloaded,

/// The call required communication over a connection that has been lost. The callee will need
/// The call required communication over a connection that has been lost. The caller will need
/// to re-establish connections and try again.
Disconnected,

Expand Down

0 comments on commit bbf02ec

Please sign in to comment.