summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-03-05 14:32:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-03-05 14:32:37 +0000
commit5c477deb0ad3e05dfac2336c311f6333e2ac7bb0 (patch)
treebcc761dabeec21091cde994ab22af37013765f78 /docs
parent55251cf81d324f0dcdd74ac2c6d489317271aa9c (diff)
downloadlibhubbub-5c477deb0ad3e05dfac2336c311f6333e2ac7bb0.tar.gz
libhubbub-5c477deb0ad3e05dfac2336c311f6333e2ac7bb0.tar.bz2
Add testcase of page with initial close tag
Fix capitalisation in documentation svn path=/trunk/hubbub/; revision=3883
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
---------