diff --git a/CHANGELOG.md b/CHANGELOG.md index 596ef756..1b7903aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,7 +75,7 @@ fn try_get(res: &QueryResult, pre: &str, col: &str) -> Result // now; ColIdx can be `&str` or `usize` fn try_get_by(res: &QueryResult, index: I) -> Result; ``` -So if you implmented it yourself: +So if you implemented it yourself: ```patch impl TryGetable for XXX { - fn try_get(res: &QueryResult, pre: &str, col: &str) -> Result {