Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
3a88a973
Commit
3a88a973
authored
Jun 17, 2016
by
Ian Hickson
Committed by
GitHub
Jun 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial but confusing typo in SynchronousFuture docs (#4599)
parent
2de2ce35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
synchronous_future.dart
packages/flutter/lib/src/foundation/synchronous_future.dart
+2
-2
No files found.
packages/flutter/lib/src/foundation/synchronous_future.dart
View file @
3a88a973
...
...
@@ -12,8 +12,8 @@ import 'dart:async';
/// ⚠ This class is useful in cases where you want to expose a single API, where
/// you normally want to have everything execute synchronously, but where on
/// rare occasions you want the ability to switch to an asynchronous model. **In
/// general use of this class should be avoided as it is very
easy difficult to
///
debug
such bimodal behavior.**
/// general use of this class should be avoided as it is very
difficult to debug
/// such bimodal behavior.**
class
SynchronousFuture
<
T
>
implements
Future
<
T
>
{
/// Creates a synchronous future.
///
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment