commit | 486f5a059a88de8922cf259df3a0e5acad088f2b | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon Mar 16 15:13:03 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 18 11:34:06 2015 +0100 |
tree | 312b9bf0fcb27edcf24897188ff8f8b77c22220a | |
parent | 08504f4e19de3a4e47b6d1b604f48a5b2ec3c7e2 [diff] |
DOC: lua: fix some typos The class name before the function doesn't have the same syntax than the declared class names. The return code is not declared in the prototype of the function. After the last API modification, the hello world example does not yet run.