Skip to content

Commit

Permalink
infoString => info
Browse files Browse the repository at this point in the history
  • Loading branch information
arobase-che committed Aug 1, 2018
1 parent 6e418c6 commit 0b99d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ line is stored as the info string, both are null if missing)
interface Code <: Text {
type: "code";
lang: string | null;
infoString: string | null;
info: string | null;
}
```

Expand All @@ -183,7 +183,7 @@ Yields:
{
"type": "code",
"lang": null,
"infoString": null,
"info": null,
"value": "foo()"
}
```
Expand Down

0 comments on commit 0b99d83

Please sign in to comment.