From 26ba95414ec3fef1563c4146636e9a6f82d20017 Mon Sep 17 00:00:00 2001 From: Thomas Broadley Date: Mon, 1 Jan 2018 12:39:08 -0500 Subject: [PATCH] Fix typo in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1fd4edc..7975fd6 100644 --- a/readme.md +++ b/readme.md @@ -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