Skip to content

Commit fef4ee5

Browse files
tmadlenerjmcarcell
andauthored
Better phrasing of comment
Co-authored-by: Juan Miguel Carceller <[email protected]>
1 parent 0e5e84d commit fef4ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Collections can be retrieved explicitly:
138138
try {
139139
auto& hits = frame.get<HitCollection>("hits");
140140
} catch (const std::runtime_error&) {
141-
// The collection "hits" has not been available as type HitCollection
141+
// The collection "hits" does not exist or isn't a HitCollection
142142
}
143143
```
144144

0 commit comments

Comments
 (0)