Skip to content

Commit 0b99d83

Browse files
committed
infoString => info
1 parent 6e418c6 commit 0b99d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ line is stored as the info string, both are null if missing)
167167
interface Code <: Text {
168168
type: "code";
169169
lang: string | null;
170-
infoString: string | null;
170+
info: string | null;
171171
}
172172
```
173173

@@ -183,7 +183,7 @@ Yields:
183183
{
184184
"type": "code",
185185
"lang": null,
186-
"infoString": null,
186+
"info": null,
187187
"value": "foo()"
188188
}
189189
```

0 commit comments

Comments
 (0)