Better docs for useColumns in join

This commit is contained in:
Simon Binder 2020-06-07 11:22:48 +02:00
parent cbde252b50
commit 32cae11aa2
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Join<T extends Table, D extends DataClass> extends Component {
///
/// {@template moor_join_include_results}
/// The optional [useColumns] parameter (defaults to true) can be used to
/// exclude the [other] table from the result set. When set,
/// exclude the [other] table from the result set. When set to false,
/// [TypedResult.readTable] will return `null` for that table.
/// {@endtemplate}
///