Skip to content

Commit 6fcc009

Browse files
committed
internal_link [nfc]: Renumber a TODO that isn't about basic search
1 parent 3ecdd50 commit 6fcc009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/internal_link.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class NarrowLink extends InternalLink {
144144
/// type *could* accurately represent. We should try to understand these
145145
/// better, but some kinds will be rare, even unheard-of. For example:
146146
/// #narrow/stream/1-announce/stream/1-announce (duplicated operator)
147-
// TODO(#252): handle all valid narrow links, returning a search narrow
147+
// TODO(#1661): handle all valid narrow links, returning a search narrow
148148
InternalLink? parseInternalLink(Uri url, PerAccountStore store) {
149149
if (!_isInternalLink(url, store.realmUrl)) return null;
150150

0 commit comments

Comments
 (0)