Skip to content
Prev Previous commit
Next Next commit
[flutter_markdown] fix typo in doc comment
  • Loading branch information
dawidope committed Jan 11, 2024
commit b7c3a80b2e5d0527e94bb141f7eb13f43722a1c0
4 changes: 2 additions & 2 deletions packages/flutter_markdown/lib/src/style_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ class MarkdownStyleSheet {
/// The text scale factor to use in textual elements
final double? textScaleFactor;

// Custom font feature tag for font which does not support `sups'
// feature to create superscript in footnotes.
/// Custom font feature tag for font which does not support `sups'
/// feature to create superscript in footnotes.
final String? superscriptFontFeatureTag;

/// A [Map] from element name to the corresponding [TextStyle] object.
Expand Down