Skip to content

Commit

Permalink
Update src/libfetchers/cache.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
edolstra and roberth authored May 6, 2024
1 parent cceae30 commit c7216a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfetchers/cache.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct Cache

/**
* A domain is a partition of the key/value cache for a particular
* purpose, e.g. "Git revision to revcount".
* purpose, e.g. git revision to revcount.
*/
using Domain = std::string_view;

Expand Down

0 comments on commit c7216a4

Please sign in to comment.