We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5e84d commit fef4ee5Copy full SHA for fef4ee5
doc/examples.md
@@ -138,7 +138,7 @@ Collections can be retrieved explicitly:
138
try {
139
auto& hits = frame.get<HitCollection>("hits");
140
} catch (const std::runtime_error&) {
141
- // The collection "hits" has not been available as type HitCollection
+ // The collection "hits" does not exist or isn't a HitCollection
142
}
143
```
144
0 commit comments