Skip to content

Commit fba5928

Browse files
authored
Merge pull request #100325 from changeworld/patch-2
Fix typo
2 parents 1f97759 + 31fca45 commit fba5928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/quickstart-spark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ print("document after patch operation")
219219
dfAfterPatch.show()
220220
```
221221

222-
For more samples related to partial document update, see the Github code sample [Patch Sample](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-cosmos-spark_3_2-12/Samples/Python/patch-sample.py).
222+
For more samples related to partial document update, see the GitHub code sample [Patch Sample](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-cosmos-spark_3_2-12/Samples/Python/patch-sample.py).
223223

224224

225225
#### [Scala](#tab/scala)
@@ -251,7 +251,7 @@ println("document after patch operation")
251251
dfAfterPatch.show()
252252
```
253253

254-
For more samples related to partial document update, see the Github code sample [Patch Sample](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-cosmos-spark_3_2-12/Samples/Scala/PatchSample.scala).
254+
For more samples related to partial document update, see the GitHub code sample [Patch Sample](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-cosmos-spark_3_2-12/Samples/Scala/PatchSample.scala).
255255

256256
---
257257

0 commit comments

Comments
 (0)