Skip to content

Commit 53634b7

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 3aab84b commit 53634b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmidrange

lib/node_modules/@stdlib/stats/base/ndarray/dmidrange/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
@license Apache-2.0
44
5-
Copyright (c) 2026 The Stdlib Authors.
5+
Copyright (c) 2025 The Stdlib Authors.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.
@@ -125,7 +125,7 @@ console.log( v );
125125

126126
#### stdlib_stats_dmidrange( arrays )
127127

128-
Computes the mid-range of a one-dimensional double-precision floating-point ndarray.
128+
Computes the [mid-range][mid-range] of a one-dimensional double-precision floating-point ndarray.
129129

130130
```c
131131
#include "stdlib/ndarray/ctor.h"

0 commit comments

Comments
 (0)