Skip to content

Commit

Permalink
Fix up verbatim code sample
Browse files Browse the repository at this point in the history
The backslashes do not seem to need escaping anymore, in fact they are
rendered incorrectly these days.
  • Loading branch information
Leonidas-from-XIV committed Jul 21, 2020
1 parent 3f11d15 commit 87bc552
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/util.mli
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
Here is some sample JSON data:
{v
\{
{
"id": "398eb027",
"name": "John Doe",
"pages": [
\{
{
"id": 1,
"title": "The Art of Flipping Coins",
"url": "http://example.com/398eb027/1"
},
\{
{
"id": 2,
"deleted": true
},
\{
{
"id": 3,
"title": "Artichoke Salad",
"url": "http://example.com/398eb027/3"
},
\{
{
"id": 4,
"title": "Flying Bananas",
"url": "http://example.com/398eb027/4"
Expand Down

0 comments on commit 87bc552

Please sign in to comment.