Skip to content

Commit 640d00d

Browse files
committed
chore: minor clean-up
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent e970275 commit 640d00d

File tree

2 files changed

+2
-2
lines changed
  • lib/node_modules/@stdlib
    • ndarray/base/quaternary-tiling-block-size/test
    • stats/strided/distances/dsquared-euclidean

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/base/quaternary-tiling-block-size/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tape( 'the function returns a block size', function test( t ) {
4444

4545
// NOTE: we don't test for exact block size values, as we shouldn't need to make guarantees regarding the block size for any particular set of dtypes. This function is meant to be opaque, and we want to reserve the right to silently update/change return values in the future.
4646

47-
// Generate dtype triplets:
47+
// Generate dtype quadruplets:
4848
dt = cartesianPower( dtypes(), 4 );
4949

5050
for ( i = 0; i < dt.length; i++ ) {

lib/node_modules/@stdlib/stats/strided/distances/dsquared-euclidean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ int main( void ) {
325325
326326
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
327327
328-
[wikipedia-squared-euclidean-distance]: https://en.wikipedia.org/wiki/squared_#squared_squared_
328+
[wikipedia-squared-euclidean-distance]: https://en.wikipedia.org/wiki/Euclidean_distance#Squared_Euclidean_distance
329329
330330
<!-- <related-links> -->
331331

0 commit comments

Comments
 (0)