diff --git a/moor/lib/src/runtime/query_builder/components/join.dart b/moor/lib/src/runtime/query_builder/components/join.dart index 22394fd5..a215e5c1 100644 --- a/moor/lib/src/runtime/query_builder/components/join.dart +++ b/moor/lib/src/runtime/query_builder/components/join.dart @@ -62,7 +62,7 @@ class Join 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} ///