1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 02:19:04 +00:00

Fix some nonstandard NSEdoc

This commit is contained in:
dmiller
2025-05-16 19:28:10 +00:00
parent 86e055a251
commit 7c29b558d1
11 changed files with 29 additions and 39 deletions

View File

@@ -133,7 +133,7 @@ end
--- Return the mean and sample standard deviation of an array, using the
-- algorithm from Knuth Vol. 2, Section 4.2.2.
--
-- @params t An array-style table of values
-- @param t An array-style table of values
-- @return The mean of the values
-- @return The standard deviation of the values
function mean_stddev(t)