Fix a typo

This commit is contained in:
Ethan P 2020-05-15 18:38:05 -07:00 committed by David Peter
parent 0319149b4d
commit 11a72ab765
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pub struct InputDescription {
impl InputDescription {
/// Creates a description for an input.
///
/// The name should uniquely describes where the input came from (e.g. "README.md")
/// The name should describe where the input came from (e.g. "README.md")
pub fn new(name: impl Into<String>) -> Self {
InputDescription {
name: name.into(),