diff options
Diffstat (limited to 'src/diag.rs')
| -rw-r--r-- | src/diag.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diag.rs b/src/diag.rs index e0015fcc..5c5d9de9 100644 --- a/src/diag.rs +++ b/src/diag.rs @@ -50,7 +50,7 @@ pub type SourceResult<T> = Result<T, Box<Vec<SourceError>>>; /// An error in a source file. /// -/// This contained spans will only be detached if any of the input source files +/// The contained spans will only be detached if any of the input source files /// were detached. #[derive(Debug, Clone, Eq, PartialEq, Hash)] pub struct SourceError { |
