Skip to content

Commit

Permalink
Fix incorrect reference in internal doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Nov 20, 2022
1 parent 92de42e commit cde8dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/se/element.rs
Expand Up @@ -339,7 +339,7 @@ impl<'k, W: Write> Struct<'k, W> {
/// If `key` has a magic value [`TEXT_KEY`], then `value` serialized as a
/// [simple type].
///
/// If `key` has a magic value [`CONTENT_KEY`], then `value` serialized as a
/// If `key` has a magic value [`VALUE_KEY`], then `value` serialized as a
/// [content] without wrapping in tags, otherwise it is wrapped in
/// `<${key}>...</${key}>`.
///
Expand Down

0 comments on commit cde8dc8

Please sign in to comment.