Fix typo · syntax-tree/nlcst@8b08332 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 8b08332
authored and
committed
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -146,7 +146,7 @@ interface Source <: Symbol { | ||
146 | 146 | |
147 | 147 | `TextNode` ([`Text`][text]) represents actual content in an NLCST |
148 | 148 | document: one or more characters. Note that its `type` property |
149 | -is `TextNode`, but it is different from the asbtract [`Text`][text] | |
149 | +is `TextNode`, but it is different from the abstract [`Text`][text] | |
150 | 150 | interface. |
151 | 151 | |
152 | 152 | ```idl |