Update src/libfetchers/cache.hh

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Eelco Dolstra 2024-05-06 21:11:41 +02:00 committed by GitHub
parent cceae30aaf
commit c7216a416f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;