1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Add missing nsedoc marker for formulas.mean_stddev

This commit is contained in:
dmiller
2017-09-19 22:39:20 +00:00
parent cc367c46ab
commit 1df024ec0a

View File

@@ -126,7 +126,7 @@ function looksRandom(data)
return true
end
-- Return the mean and sample standard deviation of an array, using the
--- 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