diff --git a/appendices/userlandnaming.xml b/appendices/userlandnaming.xml
index 624762ffe5..dfc791292d 100644
--- a/appendices/userlandnaming.xml
+++ b/appendices/userlandnaming.xml
@@ -45,9 +45,9 @@
- Function names use underscores between words, while class names use
- the camel case rule (there are some exceptions for older
- classes and functions).
+ Function names use underscores between words, while class names uses
+ both the camelCase rule and PascalCase
+ rule.