diff --git a/panda/src/doc/coding-style.txt b/panda/src/doc/coding-style.txt index 115c6a042d..d29c5f84de 100644 --- a/panda/src/doc/coding-style.txt +++ b/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.