Skip to content

Commit 7a5061e

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[docs] fix a grammar issue in the sdk readme
Change-Id: I566740cc36cbc85b16ece550b31481755b86524a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/298720 Reviewed-by: Michael Thomsen <[email protected]> Commit-Queue: Michael Thomsen <[email protected]> Auto-Submit: Devon Carew <[email protected]>
1 parent 8d2bafa commit 7a5061e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sdk/api_readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Welcome to the Dart API reference documentation, covering the
44
[Dart core libraries](https://dart.dev/guides/libraries). These include:
5-
5+
66
* [dart:core](dart-core/dart-core-library.html): Core functionality such as
77
strings, numbers, collections, errors, dates, and URIs.
88
* [dart:io](dart-io/dart-io-library.html): I/O for non-web apps.
99
* [dart:html](dart-html/dart-html-library.html): DOM manipulation for web apps
1010
(available only to web apps).
11-
12-
For most of the core libraries - except for `dart:core` - need to imported
13-
before they're available for use. For example:
11+
12+
The core libraries - except for `dart:core` - must be imported before they're
13+
available for use:
1414

1515
```dart
1616
import 'dart:math';
@@ -20,8 +20,8 @@ Additionally, you can find Dart packages at [pub.dev](https://pub.dev).
2020

2121
## Language docs
2222

23-
The main site for learning and using Dart is
24-
[dart.dev](https://dart.dev). Check out these pages:
23+
The main site for learning and using Dart is [dart.dev](https://dart.dev).
24+
Check out these pages:
2525

2626
* [Dart overview](https://dart.dev/overview)
2727
* [Dart language documentation](https://dart.dev/language)

0 commit comments

Comments
 (0)