Title: [128503] trunk/Websites/webkit.org
- Revision
- 128503
- Author
- [email protected]
- Date
- 2012-09-13 13:49:54 -0700 (Thu, 13 Sep 2012)
Log Message
Fix a typo per Darin's comment.
* coding/coding-style.html:
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (128502 => 128503)
--- trunk/Websites/webkit.org/ChangeLog 2012-09-13 20:43:55 UTC (rev 128502)
+++ trunk/Websites/webkit.org/ChangeLog 2012-09-13 20:49:54 UTC (rev 128503)
@@ -1,5 +1,11 @@
2012-09-13 Ryosuke Niwa <[email protected]>
+ Fix a typo per Darin's comment.
+
+ * coding/coding-style.html:
+
+2012-09-13 Ryosuke Niwa <[email protected]>
+
Add a style guide rule for signed and unsigned int
https://bugs.webkit.org/show_bug.cgi?id=96682
Modified: trunk/Websites/webkit.org/coding/coding-style.html (128502 => 128503)
--- trunk/Websites/webkit.org/coding/coding-style.html 2012-09-13 20:43:55 UTC (rev 128502)
+++ trunk/Websites/webkit.org/coding/coding-style.html 2012-09-13 20:49:54 UTC (rev 128503)
@@ -1063,7 +1063,7 @@
<pre class="code">
unsigned int a; // Doesn't omit "int".
signed b; // Uses "singed" instead of "int".
-signed int c; // Doesn't omit "signed".
+signed int c; // Doesn't omit "singed".
</pre>
</li>
</ol>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes