Skip to content

Commit 770c13b

Browse files
authored
Fix typo in clipboard.dart (#151844)
Fixes a typo in `clipboard.dart`
1 parent dc0ab7f commit 770c13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter/lib/src/services/clipboard.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ abstract final class Clipboard {
5959
return ClipboardData(text: result['text'] as String);
6060
}
6161

62-
/// Returns a future that resolves to true iff the clipboard contains string
63-
/// data.
62+
/// Returns a future that resolves to true, if (and only if)
63+
/// the clipboard contains string data.
6464
///
6565
/// See also:
6666
/// * [The iOS hasStrings method](https://developer.apple.com/documentation/uikit/uipasteboard/1829416-hasstrings?language=objc).

0 commit comments

Comments
 (0)