@@ -225,7 +225,7 @@ pub enum DisplayRawLine<'a> {
225
225
source_aligned : bool ,
226
226
/// If set to `true`, only the label of the `Annotation` will be
227
227
/// displayed. It allows for a multiline annotation to be aligned
228
- /// without displaing the meta information (`type` and `id`) to be
228
+ /// without displaying the meta information (`type` and `id`) to be
229
229
/// displayed on each line.
230
230
continuation : bool ,
231
231
} ,
@@ -283,7 +283,7 @@ pub enum DisplayMarkType {
283
283
/// There are several ways to uses this information when formatting the `DisplayList`:
284
284
///
285
285
/// * An annotation may display the name of the type like `error` or `info`.
286
- /// * An underline for `Error` may be `^^^` while for `Warning` it coule be `---`.
286
+ /// * An underline for `Error` may be `^^^` while for `Warning` it could be `---`.
287
287
/// * `ColorStylesheet` may use different colors for different annotations.
288
288
#[ derive( Debug , Clone , PartialEq ) ]
289
289
pub enum DisplayAnnotationType {
0 commit comments