Commit 0af192f2 authored by gabi-250's avatar gabi-250 🤸
Browse files

proto: Fix typo in ResolveCmdChecker docs

This returns a boxed `ResolveCmdChecker`, not a `DataCmdChecker`.
parent e28972ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ impl CmdChecker for ResolveCmdChecker {
}

impl ResolveCmdChecker {
    /// Return a new boxed `DataCmdChecker` in a state suitable for a newly
    /// Return a new boxed `ResolveCmdChecker` in a state suitable for a newly
    /// constructed connection.
    pub(crate) fn new_any() -> AnyCmdChecker {
        Box::<Self>::default()