Updated CodeConventions (markdown)

Florian Nücke 2014-03-14 01:31:33 -07:00
parent abf28f7b03
commit 0c89774f42

@ -29,9 +29,9 @@ end
Good: Good:
```lua ```lua
function f(arg1, ...) function f(name, ...)
checkArg(1, arg1, "string") checkArg(1, name, "string")
if arg1 then if name then
local result = 1 local result = 1
-- We extrapolate the b-spline of the non-euclidean space to -- We extrapolate the b-spline of the non-euclidean space to
-- determine the fraction of potential failures encountered. -- determine the fraction of potential failures encountered.