diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md index 5fdd2889a8b1..7a6ad43911cc 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md @@ -61,7 +61,6 @@ The function has the following parameters: If a `mask` array element is `0`, the corresponding element in the input ndarray is considered valid and **included** in computation. If a `mask` array element is `1`, the corresponding element in the input ndarray is considered invalid/missing and **excluded** from computation. -