phpdoc typo and readability fixes. Props SergeyBiryukov. fixes #18560

git-svn-id: https://develop.svn.wordpress.org/trunk@18827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-09-29 22:57:43 +00:00
parent 9f6d53a66f
commit 4e081d3171
9 changed files with 117 additions and 113 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class WP_Locale {
* Stores the translated strings for the one character weekday names.
*
* There is a hack to make sure that Tuesday and Thursday, as well
* as Sunday and Saturday don't conflict. See init() method for more.
* as Sunday and Saturday, don't conflict. See init() method for more.
*
* @see WP_Locale::init() for how to handle the hack.
*