Skip to content

Commit b4b6842

Browse files
authored
Merge pull request #95623 from RohitMungi-MSFT/patch-24
Updating smart quotes to normal quotes
2 parents 6e2778c + 6f5e807 commit b4b6842

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/text-analytics/includes/model-versioning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Each response from the v3 endpoints includes a `model-version` field specifying
2020

2121
```json
2222
{
23-
documents: […]
24-
errors: []
25-
model-version”: “2019-10-01
23+
"documents": []
24+
"errors": []
25+
"model-version": "2019-10-01"
2626
}
2727
```

0 commit comments

Comments
 (0)