File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/stats/base/range/lib Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2025 The Stdlib Authors.
4+ * Copyright (c) 2020 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
@@ -32,8 +32,8 @@ var accessors = require( './accessors.js' );
3232*
3333* @param {PositiveInteger } N - number of indexed elements
3434* @param {NumericArray } x - input array
35- * @param {integer } strideX - stride length for `x`
36- * @param {NonNegativeInteger } offsetX - starting index for `x`
35+ * @param {integer } strideX - stride length
36+ * @param {NonNegativeInteger } offsetX - starting index
3737* @returns {number } range
3838*
3939* @example
You can’t perform that action at this time.
0 commit comments