From 5bd8df2bbd1ebb58d7a8141c95c3c53c05bdd637 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Wed, 2 Aug 2023 01:55:39 +0400 Subject: [PATCH] Update sub cat --- lib/src/model/pushes_stream.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.