Skip to content

Commit

Permalink
Add dot in the end of the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxorum committed Apr 25, 2023
1 parent d58e63d commit a128724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/language_tool_text_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LanguageToolTextField extends StatefulWidget {
/// A builder function used to build errors.
final Widget Function()? mistakeBuilder;

/// A text controller used to highlight errors
/// A text controller used to highlight errors.
final LanguageToolTextEditingController? controller;

/// Creates a widget that checks grammar errors.
Expand Down

0 comments on commit a128724

Please sign in to comment.