diff options
Diffstat (limited to 'runtime/doc/dev_style.txt')
-rw-r--r-- | runtime/doc/dev_style.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/dev_style.txt b/runtime/doc/dev_style.txt index cb28f1a845..02fd07ce24 100644 --- a/runtime/doc/dev_style.txt +++ b/runtime/doc/dev_style.txt @@ -190,7 +190,7 @@ Function declarations ~ Every function must not have a separate declaration. -Function declarations are created by the gendeclarations.lua script. >c +Function declarations are created by the gen_declarations.lua script. >c static void f(void); |