Skip to content

Commit 91b7e48

Browse files
authored
Update example5.lua
1 parent a02b164 commit 91b7e48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/example5.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

2-
-- This example that will attempt to calcualte the standard deviation of a
3-
-- number by calling functions tcalling functions that have been defined.
4-
--
2+
-- This example that will attempt to calculate the standard deviation of a
3+
-- list of numbers using the functions API and a set of simple mathmatical functions
54

65
local cjson = require("cjson")
76
local types = require("tableshape").types

0 commit comments

Comments
 (0)