doc: minor changes

This commit is contained in:
Michele Caini
2021-01-21 09:59:43 +01:00
parent eb2077b95b
commit d1901a97d1

View File

@@ -126,7 +126,7 @@ identifier and the parameters used to construct the resource as arguments:
// uses the identifier declared above
cache.load<my_loader>(identifier, 0);
// uses a const char * directly as an identifier
// uses a hashed string directly
cache.load<my_loader>("another/identifier"_hs, 42);
```