Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes GH-5.
  • Loading branch information
tbroadley authored and wooorm committed Jan 3, 2018
1 parent 10ccd83 commit 8b08332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ interface Source <: Symbol {

`TextNode` ([`Text`][text]) represents actual content in an NLCST
document: one or more characters. Note that its `type` property
is `TextNode`, but it is different from the asbtract [`Text`][text]
is `TextNode`, but it is different from the abstract [`Text`][text]
interface.

```idl
Expand Down

0 comments on commit 8b08332

Please sign in to comment.