diff --git a/The-Todo.txt-Format.textile b/The-Todo.txt-Format.textile
index 16415f2..047820c 100644
--- a/The-Todo.txt-Format.textile
+++ b/The-Todo.txt-Format.textile
@@ -144,7 +144,7 @@ With the completed date (required), if you've used the prepended date (optional)
h2. Add-on File Format Definitions
-The Todo.txt CLI is extensible with add-ons. An add-on may define its own additional formatting rules for extra metadata. In general, add-on developers should use the format key:value to define additional metadata, for example, due:2010-01-02 as a due date.
+The Todo.txt CLI is extensible with add-ons. An add-on may define its own additional formatting rules for extra metadata. In general, add-on developers should use the format key:value to define additional metadata, for example, due:2010-01-02 as a due date. Both key and value must consist of non-whitespace characters, which are not colons. Only one colon separates the key and value.
h2. Other notations