Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.

Commit bc80f39

Browse files
authored
Merge pull request #23 from honzajavorek/patch-3
Fix typo
2 parents c3bbf33 + 8ae8d5e commit bc80f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let warnings = parseResult.warnings;
4848
An element that annotates the input or parse result with additional information, such as warnings or errors. The content of the annotation contains the text:
4949

5050
```js
51-
console.log(`Warning: ${annotation.getValue()}`);
51+
console.log(`Warning: ${annotation.toValue()}`);
5252
```
5353

5454
#### Properties

0 commit comments

Comments
 (0)