Skip to content

Commit 3e4126a

Browse files
rm unnecessary comment & fix one
1 parent 29be5f7 commit 3e4126a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

example/lib/main.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class App extends StatefulWidget {
2020
}
2121

2222
class _AppState extends State<App> {
23-
/// Initialize LanguageToolTextEditingController
23+
/// Initialize LanguageToolController
2424
final LanguageToolController _controller = LanguageToolController();
2525

2626
static const List<MainAxisAlignment> alignments = [
@@ -39,10 +39,6 @@ class _AppState extends State<App> {
3939
children: [
4040
LanguageToolTextField(
4141
controller: _controller,
42-
43-
// A language code like en-US, de-DE, fr, or auto to guess
44-
// the language automatically.
45-
// language = 'auto' by default.
4642
language: 'en-US',
4743
),
4844
DropdownMenu(

0 commit comments

Comments
 (0)