mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Update src/libfetchers/cache.hh
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
cceae30aaf
commit
c7216a416f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue