Trivial but confusing typo in SynchronousFuture docs (#4599)
This commit is contained in:
parent
2de2ce35bb
commit
3a88a973a3
@ -12,8 +12,8 @@ import 'dart:async';
|
|||||||
/// ⚠ This class is useful in cases where you want to expose a single API, where
|
/// ⚠ 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
|
/// you normally want to have everything execute synchronously, but where on
|
||||||
/// rare occasions you want the ability to switch to an asynchronous model. **In
|
/// 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
|
/// general use of this class should be avoided as it is very difficult to debug
|
||||||
/// debug such bimodal behavior.**
|
/// such bimodal behavior.**
|
||||||
class SynchronousFuture<T> implements Future<T> {
|
class SynchronousFuture<T> implements Future<T> {
|
||||||
/// Creates a synchronous future.
|
/// Creates a synchronous future.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user