Skip to content

Commit e158863

Browse files
committed
docs: fix comments
1 parent 13c7491 commit e158863

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/node_modules/@stdlib/random/array/scripts/scaffolds/binary/scripts/scaffold.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
# Script for scaffolding a package exposing an iterator which applies a unary mathematical function.
19+
# Script for scaffolding a package generating pseudorandom numbers.
2020
#
2121
# Usage: scaffold.h
2222
#

lib/node_modules/@stdlib/random/array/scripts/scaffolds/ternary/scripts/scaffold.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
# Script for scaffolding a package exposing an iterator which applies a unary mathematical function.
19+
# Script for scaffolding a package generating pseudorandom numbers.
2020
#
2121
# Usage: scaffold.h
2222
#

lib/node_modules/@stdlib/random/array/scripts/scaffolds/unary/scripts/scaffold.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
# Script for scaffolding a package exposing an iterator which applies a unary mathematical function.
19+
# Script for scaffolding a package generating pseudorandom numbers.
2020
#
2121
# Usage: scaffold.h
2222
#

0 commit comments

Comments
 (0)