Skip to content

Commit 6d9f025

Browse files
authored
Correct SpellCheckChannel Javadoc (flutter#33398)
1 parent 6b07c0b commit 6d9f025

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

shell/platform/android/io/flutter/embedding/engine/systemchannels/SpellCheckChannel.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
* fetch spell check results for the specified text.
2626
*
2727
* <p>Once the spell check results are received by the {@link
28-
* io.flutter.plugin.editing.SpellCheckPlugin}, it will send to the framework the message {@code
29-
* SpellCheck.updateSpellCheckResults} with the {@code ArrayList<String>} of encoded spell check
30-
* results (see {@link
31-
* io.flutter.plugin.editing.SpellCheckPlugin#onGetSentenceSuggestions(SentenceSuggestionsInfo[])}
32-
* for details) with the text that these results correspond to appeneded to the front as an
33-
* argument. For example, the argument may look like: {@code {"Hello, wrold!",
34-
* "7.11.world\nword\nold"}}.
28+
* io.flutter.plugin.editing.SpellCheckPlugin}, it will send back to the framework the {@code
29+
* ArrayList<String>} of encoded spell check results (see {@link
30+
* io.flutter.plugin.editing.SpellCheckPlugin#onGetSentenceSuggestions} for details) with the text
31+
* that these results correspond to appended to the front as an argument. For example, the argument
32+
* may look like: {@code {"Hello, wrold!", "7.11.world\nword\nold"}}. The {@link
33+
* io.flutter.plugin.editing.SpellCheckPlugin} only handles one request to fetch spell check results
34+
* at a time; see {@link io.flutter.plugin.editing.SpellCheckPlugin#initiateSpellCheck} for details.
3535
*
3636
* <p>{@link io.flutter.plugin.editing.SpellCheckPlugin} implements {@link SpellCheckMethodHandler}
3737
* to initiate spell check. Implement {@link SpellCheckMethodHandler} to respond to spell check

0 commit comments

Comments
 (0)