Skip to content

Commit fbc713b

Browse files
committed
infoString => info
1 parent 009f984 commit fbc713b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ of the info string is stored as the language tag, null otherwise)
166166
interface Code <: Text {
167167
type: "code";
168168
lang: string | null;
169-
infoString: string | null;
169+
info: string | null;
170170
}
171171
```
172172

@@ -182,7 +182,7 @@ Yields:
182182
{
183183
"type": "code",
184184
"lang": null,
185-
"infoString": null,
185+
"info": null,
186186
"value": "foo()"
187187
}
188188
```

0 commit comments

Comments
 (0)