Skip to content

Commit

Permalink
Merge pull request #1 from erjanmx/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix readme typo
  • Loading branch information
taka-oyama authored Feb 28, 2019
2 parents cb52e99 + 66a9ff9 commit 5e0b671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $queryBuilder->partitionedUpdate($values);
$queryBuilder->partitionedDelete($values);
```

However, Partitioned DML has some limitations. See [Cloud Spanner Documentation abount Partitioned DML](https://cloud.google.com/spanner/docs/dml-partitioned#dml_and_partitioned_dml) for more information.
However, Partitioned DML has some limitations. See [Cloud Spanner Documentation about Partitioned DML](https://cloud.google.com/spanner/docs/dml-partitioned#dml_and_partitioned_dml) for more information.


### Interleave
Expand Down

0 comments on commit 5e0b671

Please sign in to comment.