rdb 16 лет назад
Родитель
Сommit
eec6ae2728
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/doc/coding-style.txt

+ 1 - 1
panda/src/doc/coding-style.txt

@@ -128,7 +128,7 @@ instead of:
 
 Resist using brand-new C++ features that are not broadly supported by
 compilers.  One of our goals in Panda is ease of distribution to a
-wide range of platform; this goal is thwarted if only a few compilers
+wide range of platforms; this goal is thwarted if only a few compilers
 may be used.