Skip to content
Prev Previous commit
Next Next commit
Update builder.dart
  • Loading branch information
IchordeDionysos authored Feb 24, 2023
commit f3770fc0ee88dc7e77a6aeb3eb72926e6bbb7714
4 changes: 2 additions & 2 deletions packages/flutter_markdown/lib/src/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ class _InlineElement {
abstract class MarkdownBuilderDelegate {
/// Returns the [BuildContext] of the [MarkdownWidget].
///
/// The state will be passed down to the
/// The context will be passed down to the
/// [MarkdownElementBuilder.visitElementBefore] method and allows elements to
/// access the context.
/// get information from the context.
BuildContext get context;

/// Returns a gesture recognizer to use for an `a` element with the given
Expand Down