diff --git a/src/libstore/store-uri.hh b/src/libstore/store-uri.hh index 9c4f4f60c74..2e492e8673f 100644 --- a/src/libstore/store-uri.hh +++ b/src/libstore/store-uri.hh @@ -43,7 +43,7 @@ struct StoreURI { using Params = std::map; /** - * Special keyword `` or `auto` + * Special store reference `""` or `"auto"` */ struct Auto { inline auto operator <=> (const Auto & rhs) const = default;