Merge branch 'jk/http-errors'
[gitweb.git] / Documentation / technical / protocol-common.txt
index d30a1b9510c55403c94e7b9ecfe211df9b463832..889985f7076da80f94c02b4a7e2760633d500980 100644 (file)
@@ -36,10 +36,10 @@ More specifically, they:
 
 . They cannot have ASCII control characters (i.e. bytes whose
   values are lower than \040, or \177 `DEL`), space, tilde `~`,
-  caret `{caret}`, colon `:`, question-mark `?`, asterisk `*`,
+  caret `^`, colon `:`, question-mark `?`, asterisk `*`,
   or open bracket `[` anywhere.
 
-. They cannot end with a slash `/` nor a dot `.`.
+. They cannot end with a slash `/` or a dot `.`.
 
 . They cannot end with the sequence `.lock`.