Skip to content

Commit 7c3a94e

Browse files
committed
docs: fix typo in headlines feed page
1 parent edd30cc commit 7c3a94e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/headlines-feed/view/headlines_feed_page.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ class _HeadlinesFeedViewState extends State<_HeadlinesFeedView> {
123123
subheadline: 'Fetching headlines',
124124
);
125125
// this silentcase will never be reached
126-
// it here just to fullfill the switch comprehensive check
126+
// it here just to fullfill the Exhaustiveness
127+
// Checking os the sealed state.
127128
case HeadlinesFeedLoadingSilently():
128129
return const Placeholder();
129130
case HeadlinesFeedLoaded():

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ht_main
22
description: main headlines toolkit mobile app.
3-
version: 0.27.1
3+
version: 0.27.2
44
publish_to: none
55
repository: https://github.com/headlines-toolkit/ht-main
66
environment:

0 commit comments

Comments
 (0)