diff options
| -rw-r--r-- | src/emitter.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/emitter.rs b/src/emitter.rs index 5a6a72e..1ab0e60 100644 --- a/src/emitter.rs +++ b/src/emitter.rs @@ -466,7 +466,7 @@ impl<R, S: Span<R>> Emitter<R> for DefaultEmitter<R, S> {      }  } -/// A HTML end/close tag, such as `<p>` or `<a>`. +/// An HTML start tag, such as `<p>` or `<a>`.  #[derive(Debug, Default, Eq, PartialEq)]  pub struct StartTag<S> {      /// Whether this tag is self-closing. If it is self-closing, no following [`EndTag`] should be | 
