Skip to content

Commit 20ad71a

Browse files
committed
Fix descriptions
1 parent 3500b7a commit 20ad71a

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

lib/node_modules/@stdlib/math/strided/special/dabs/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Compute the absolute value for each element in a double-precision floating-point strided array `x` and assigns the results to elements in a double-precision floating-point strided array `y`.
22+
* Compute the absolute value for each element in a double-precision floating-point strided array `x` and assign the results to elements in a double-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/dabs
2525
*

lib/node_modules/@stdlib/math/strided/special/dceil/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Round each element in a double-precision floating-point strided array `x` toward positive infinity and assigns the results to elements in a double-precision floating-point strided array `y`.
22+
* Round each element in a double-precision floating-point strided array `x` toward positive infinity and assign the results to elements in a double-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/dceil
2525
*

lib/node_modules/@stdlib/math/strided/special/dfloor/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Round each element in a double-precision floating-point strided array `x` toward negative infinity and assigns the results to elements in a double-precision floating-point strided array `y`.
22+
* Round each element in a double-precision floating-point strided array `x` toward negative infinity and assign the results to elements in a double-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/dfloor
2525
*

lib/node_modules/@stdlib/math/strided/special/dramp/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Evaluate the ramp function for each element in a double-precision floating-point strided array `x` and assigns the results to elements in a double-precision floating-point strided array `y`.
22+
* Evaluate the ramp function for each element in a double-precision floating-point strided array `x` and assign the results to elements in a double-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/dramp
2525
*

lib/node_modules/@stdlib/math/strided/special/dtrunc/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Round each element in a double-precision floating-point strided array `x` toward zero and assigns the results to elements in a double-precision floating-point strided array `y`.
22+
* Round each element in a double-precision floating-point strided array `x` toward zero and assign the results to elements in a double-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/dtrunc
2525
*

lib/node_modules/@stdlib/math/strided/special/sabs/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Compute the absolute value for each element in a single-precision floating-point strided array `x` and assigns the results to elements in a single-precision floating-point strided array `y`.
22+
* Compute the absolute value for each element in a single-precision floating-point strided array `x` and assign the results to elements in a single-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/sabs
2525
*

lib/node_modules/@stdlib/math/strided/special/sabs2/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Compute the squared absolute value for each element in a single-precision floating-point strided array `x` and assigns the results to elements in a single-precision floating-point strided array `y`.
22+
* Compute the squared absolute value for each element in a single-precision floating-point strided array `x` and assign the results to elements in a single-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/sabs2
2525
*

lib/node_modules/@stdlib/math/strided/special/sceil/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Round each element in a single-precision floating-point strided array `x` toward positive infinity and assigns the results to elements in a single-precision floating-point strided array `y`.
22+
* Round each element in a single-precision floating-point strided array `x` toward positive infinity and assign the results to elements in a single-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/sceil
2525
*

lib/node_modules/@stdlib/math/strided/special/sfloor/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Round each element in a single-precision floating-point strided array `x` toward negative infinity and assigns the results to elements in a single-precision floating-point strided array `y`.
22+
* Round each element in a single-precision floating-point strided array `x` toward negative infinity and assign the results to elements in a single-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/sfloor
2525
*

lib/node_modules/@stdlib/math/strided/special/sramp/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Evaluate the ramp function for each element in a single-precision floating-point strided array `x` and assigns the results to elements in a single-precision floating-point strided array `y`.
22+
* Evaluate the ramp function for each element in a single-precision floating-point strided array `x` and assign the results to elements in a single-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/sramp
2525
*

lib/node_modules/@stdlib/math/strided/special/strunc/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Round each element in a single-precision floating-point strided array `x` toward zero and assigns the results to elements in a single-precision floating-point strided array `y`.
22+
* Round each element in a single-precision floating-point strided array `x` toward zero and assign the results to elements in a single-precision floating-point strided array `y`.
2323
*
2424
* @module @stdlib/math/strided/special/strunc
2525
*

0 commit comments

Comments
 (0)