Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 14, 2023
1 parent 95382cc commit 850537a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-sargs2multislice.svg
[npm-url]: https://npmjs.org/package/@stdlib/slice-base-sargs2multislice

[test-image]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-sargs2multislice/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/slice-base-sargs2multislice?branch=main
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ var str2multislice = require( '@stdlib/slice-base-str2multislice' );
/**
* Creates a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
*
* @private
* @param {string} str - input string containing constructor arguments
* @returns {(MultiSlice|null)} MultiSlice object (or null)
*
Expand Down

0 comments on commit 850537a

Please sign in to comment.