We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34ff28 commit ac5cd8cCopy full SHA for ac5cd8c
lib/src/xml/mixins/has_writer.dart
@@ -33,7 +33,7 @@ mixin XmlHasWriter implements XmlHasVisitor {
33
/// - If the [sortAttributes] is provided, attributes are on-the-fly sorted
34
/// using the provided [Comparator].
35
/// - If the predicate [spaceBeforeSelfClose] returns `true`, self-closing
36
- /// elements will be closed with a space before the slash ('<example />')
+ /// elements will be closed with a space before the slash (`<example />`).
37
///
38
String toXmlString({
39
bool pretty = false,
0 commit comments