Skip to content

Commit 1a5425e

Browse files
committed
recent_dm_conversations [nfc]: Make sorted dartdoc more explicit
We're considering adding another `Map` field to RecentDmConversationsView; see PR #608. If we do, this dartdoc will want this added explicitness.
1 parent ba74abd commit 1a5425e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/recent_dm_conversations.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class RecentDmConversationsView extends ChangeNotifier {
3535
/// The latest message ID in each conversation.
3636
final Map<DmNarrow, int> map;
3737

38-
/// The [DmNarrow] keys of the map, sorted by latest message descending.
38+
/// The [DmNarrow] keys of [map], sorted by latest message descending.
3939
final QueueList<DmNarrow> sorted;
4040

4141
final int selfUserId;

0 commit comments

Comments
 (0)