Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak deferred loading warning #1124

Merged
merged 1 commit into from Sep 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/_guides/language/language-tour.md
Expand Up @@ -3558,11 +3558,11 @@ Keep in mind the following when you use deferred loading:

<aside class="alert alert-warning" markdown="1">
**Dart VM difference:**
Due to [issue #33118](https://github.com/dart-lang/sdk/issues/33118),
the Dart VM allows access to members of deferred libraries
The Dart VM allows access to members of deferred libraries
even before the call to `loadLibrary()`.
We expect this bug to be fixed soon, so
This behavior might change, so
**don't depend on the current VM behavior.**
For details, see [issue #33118.](https://github.com/dart-lang/sdk/issues/33118)
</aside>

### Implementing libraries
Expand Down