mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-04 03:27:19 -04:00
Updated CodeConventions (markdown)
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user