summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Architecture2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Architecture b/docs/Architecture
index 73966eb..8fbfc72 100644
--- a/docs/Architecture
+++ b/docs/Architecture
@@ -29,7 +29,7 @@ Overview
The input stream veneer provides an abstract stream-like interface over
the document buffer. This is used by the tokeniser. The document buffer
- will be encoded in either UTf-8 or UTF-16 (this is client-selectable).
+ will be encoded in either UTF-8 or UTF-16 (this is client-selectable).
Tokeniser
---------