diff options
Diffstat (limited to 'docs/coding-style.html')
-rw-r--r-- | docs/coding-style.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coding-style.html b/docs/coding-style.html index dbf0f8729a..c94913eac8 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -332,7 +332,7 @@ can be "polymorphic" as these examples show: Inline functions should be "static inline" because: <ul> <li> -gcc will delete static inlines if not used or theyre always inlined. +gcc will delete static inlines if not used or they're always inlined. <li> if they're externed, we could get conflicts between 2 copies of the |