Fix dartdoc typo (#11950)
This commit is contained in:
parent
8303fff8f9
commit
de6488f5f1
@ -35,7 +35,7 @@ import 'framework.dart';
|
|||||||
/// receipt of stream data and errors are specified by overriding [afterData] and
|
/// receipt of stream data and errors are specified by overriding [afterData] and
|
||||||
/// [afterError], respectively. If needed, the summary may be updated on stream
|
/// [afterError], respectively. If needed, the summary may be updated on stream
|
||||||
/// termination by overriding [afterDone]. Finally, the summary may be updated
|
/// termination by overriding [afterDone]. Finally, the summary may be updated
|
||||||
/// on change of stream by overriding [afterConnected] and [afterConnected].
|
/// on change of stream by overriding [afterDisconnected] and [afterConnected].
|
||||||
///
|
///
|
||||||
/// [T] is the type of stream events.
|
/// [T] is the type of stream events.
|
||||||
/// [S] is the type of interaction summary.
|
/// [S] is the type of interaction summary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user