Skip to content

Commit

Permalink
Update src/libstore/store-uri.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
  • Loading branch information
Ericson2314 and roberth authored Jan 26, 2024
1 parent d842c47 commit 0998173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/store-uri.hh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct StoreURI {
using Params = std::map<std::string, std::string>;

/**
* Special keyword `` or `auto`
* Special store reference `""` or `"auto"`
*/
struct Auto {
inline auto operator <=> (const Auto & rhs) const = default;
Expand Down

0 comments on commit 0998173

Please sign in to comment.