Skip to content

Commit 90bac23

Browse files
authored
Merge pull request #54 from paulstatezny/row-docs-typo
Fix syntax typo in `row.get_as`
2 parents 8480199 + 09f12b5 commit 90bac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/row.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl Row {
6767
/// Gets column values as specified type.
6868
///
6969
/// Type inference for the return type doesn't work. You need to specify
70-
/// it explicitly such as `row.get_as::<(i32, String>()`.
70+
/// it explicitly such as `row.get_as::<(i32, String)>()`.
7171
/// See [`RowValue`] for available return types.
7272
///
7373
/// ```no_run

0 commit comments

Comments
 (0)