Skip to content

Commit b1f3d5f

Browse files
committed
docs: fix typo in BigQuery upgrading guide
1 parent c66ebce commit b1f3d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-bigquery/UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The types of several `Model` properties have been changed.
161161
- `Model.feature_columns` now returns a sequence of `google.cloud.bigquery.standard_sql.StandardSqlField`.
162162
- `Model.label_columns` now returns a sequence of `google.cloud.bigquery.standard_sql.StandardSqlField`.
163163
- `Model.model_type` now returns a string.
164-
- `Model.training_runs` now returns a sequence of dictionaries, as recieved from the [BigQuery REST API](https://cloud.google.com/bigquery/docs/reference/rest/v2/models#Model.FIELDS.training_runs).
164+
- `Model.training_runs` now returns a sequence of dictionaries, as received from the [BigQuery REST API](https://cloud.google.com/bigquery/docs/reference/rest/v2/models#Model.FIELDS.training_runs).
165165

166166
<a name="legacy-protobuf-types"></a>
167167
## Legacy Protocol Buffers Types

0 commit comments

Comments
 (0)