Skip to content

Commit

Permalink
Update lib/src/strings.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj authored Jun 27, 2024
1 parent a9b5f6a commit 53d0641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/strings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ String? _tryYamlEncodeLiteral(
return '|-\n$indent${string.replaceAll('\n', lineEnding + indent)}';
}

///Encodes a flow [YamlScalar] based on the provided [YamlScalar.style].
/// Encodes a flow [YamlScalar] based on the provided [YamlScalar.style].
///
/// Falls back to [ScalarStyle.DOUBLE_QUOTED] if the [yamlScalar] cannot be
/// encoded with the [YamlScalar.style] or with [ScalarStyle.PLAIN] when the
Expand Down

0 comments on commit 53d0641

Please sign in to comment.