Fix dartdoc typo (#11950)

This commit is contained in:
Mikkel Nygaard Ravn 2017-09-06 14:52:12 +02:00 committed by GitHub
parent 8303fff8f9
commit de6488f5f1

View File

@ -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.