mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +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
|
* 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;
|
using Domain = std::string_view;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue