diff --git a/appendices/userlandnaming.xml b/appendices/userlandnaming.xml index 6b1d587d53..7de02a8ee7 100644 --- a/appendices/userlandnaming.xml +++ b/appendices/userlandnaming.xml @@ -1,5 +1,5 @@ - + Userland Naming Guide @@ -46,7 +46,7 @@ Function names use underscores between words, while class names use - the lower bumpy camel rule (there are some exceptions for older + the camel case rule (there are some exceptions for older classes and functions).