diff --git a/example/example.md b/example/example.md index 7d69ed9..1587b77 100644 --- a/example/example.md +++ b/example/example.md @@ -93,8 +93,8 @@ sealed class PhotoEvent {} final class FetchNextPhotoPage extends PhotoEvent {} -class PhotoBoc extends Bloc> { - PhotoBoc() : super(PagingState()) { +class PhotoBloc extends Bloc> { + PhotoBloc() : super(PagingState()) { on((event, emit) { final state = state; if (state.isLoading) return;