enum members so that it reads well.
* coding/coding-style.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@135665
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-11-24 Daniel Bates <dbates@webkit.org>
+
+ Substitute "use" for "user" in sentence about naming convention for
+ enum members so that it reads well.
+
+ * coding/coding-style.html:
+
2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Add Samsung to security vendor member list
they should read like a phrase and each piece of the selector should
start with a lowercase letter and use intercaps.</li>
-<li id="names-enum-members">Enum members should user InterCaps with an initial capital letter.</li>
+<li id="names-enum-members">Enum members should use InterCaps with an initial capital letter.</li>
<li id="names-const-to-define">Prefer const to #define. Prefer inline functions to macros.</li>