aboutsummaryrefslogtreecommitdiffstats
path: root/docs/superpowers/specs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/superpowers/specs')
-rw-r--r--docs/superpowers/specs/2026-08-03-query-completion-design.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/superpowers/specs/2026-08-03-query-completion-design.md b/docs/superpowers/specs/2026-08-03-query-completion-design.md
index ef118ba..9d4d21f 100644
--- a/docs/superpowers/specs/2026-08-03-query-completion-design.md
+++ b/docs/superpowers/specs/2026-08-03-query-completion-design.md
@@ -206,9 +206,9 @@ read as a promise.
`NotmuchWorker` gains `requestAllTags(quint64 generation)`, wrapping
`notmuch_database_get_all_tags()` (notmuch.h:942) and emitting a sorted
-`QStringList`. A `NmTags` RAII alias is added to `nmraii.h` alongside the
-existing ones. No notmuch pointer crosses the thread boundary; the generation
-counter follows the existing pattern.
+`QStringList`. The `NmTags` RAII alias it needs already exists in `nmraii.h`.
+No notmuch pointer crosses the thread boundary; the generation counter follows
+the existing pattern.
The list refreshes: