Typo fix from@eta

This commit is contained in:
eta 2022-02-15 14:34:59 +00:00 committed by Nick Mathewson
parent b6d23c36be
commit cb7f068c3b
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ pub use err::{BuildError, Error, ParseErrorKind, Pos};
/// Alias for the Result type returned by most objects in this module.
pub type Result<T> = std::result::Result<T, Error>;
/// Alias for the Resut type returned by document-builder functions in this
/// Alias for the Result type returned by document-builder functions in this
/// module.
pub type BuildResult<T> = std::result::Result<T, BuildError>;