diff --git a/lib/src/model/pushes_stream.dart b/lib/src/model/pushes_stream.dart index a8f5af7..1560202 100644 --- a/lib/src/model/pushes_stream.dart +++ b/lib/src/model/pushes_stream.dart @@ -8,7 +8,8 @@ import 'package:centrifuge_dart/src/model/publication.dart'; /// Stream of received pushes from Centrifugo server for a channel. /// {@category Entity} -/// {@subCategory Event} +/// {@subCategory Pushes} +/// {@subCategory Events} /// {@subCategory Channel} final class CentrifugePushesStream extends StreamView { /// Stream of received events.