Skip to content

Commit 7250558

Browse files
committed
Update ConsiderationsForServiceDesign.md
Fix formatting of json example.
1 parent c77d6cc commit 7250558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/ConsiderationsForServiceDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ Because the service doesn't know in what language a client is written and what s
531531

532532
For example, if a service response needed to identify offset & length values for "name" and "email" substrings, the JSON response would look like this:
533533

534-
```json
534+
```text
535535
{
536536
(... other properties not shown...)
537537
"fullString": "(...some string containing a name and an email address...)",

0 commit comments

Comments
 (0)