fix: correct link to wikipedia

Standard Deviation -> Standard_deviation
This commit is contained in:
Konstantin Ponomarev
2022-02-25 16:01:51 +03:00
committed by GitHub
parent 517227ae9d
commit 5300433783

View File

@ -8,7 +8,7 @@ dashedName: cumulative-standard-deviation
# --description--
Write a function that takes an array of numbers as parameter and returns the [standard deviation](<https://en.wikipedia.org/wiki/Standard Deviation>) of the series.
Write a function that takes an array of numbers as parameter and returns the [standard deviation](<https://en.wikipedia.org/wiki/Standard_deviation>) of the series.
# --hints--