(svn r19775) -Fix: improper use of 'then' in few comments (ln)

This commit is contained in:
smatz
2010-05-09 18:13:36 +00:00
parent 1a5e9abafe
commit 114c2af6f2
6 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ public:
* Gets the number of industries.
* @return The number of industries.
* @post Return value is always non-negative.
* @note The maximum valid IndustryID can be higher then the value returned.
* @note The maximum valid IndustryID can be higher than the value returned.
*/
static int32 GetIndustryCount();