Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte authored Sep 21, 2023
1 parent 0901c7f commit 6bad9fd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ limitations under the License.

## Usage

<!-- eslint-disable id-length -->

```javascript
var reverseGraphemeClusters = require( '@stdlib/string/base/reverse-grapheme-clusters' );
```
Expand All @@ -36,8 +34,6 @@ var reverseGraphemeClusters = require( '@stdlib/string/base/reverse-grapheme-clu

Reverses the grapheme clusters (i.e., user-perceived characters) of a string.

<!-- eslint-disable id-length -->

```javascript
var out = reverseGraphemeClusters( 'last man standing' );
// returns 'gnidnats nam tsal'
Expand All @@ -59,8 +55,6 @@ out = reverseGraphemeClusters( 'foo bar' );

<!-- eslint no-undef: "error" -->

<!-- eslint-disable id-length -->

```javascript
var reverseGraphemeClusters = require( '@stdlib/string/base/reverse-grapheme-clusters' );

Expand Down

1 comment on commit 6bad9fd

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
string/base/reverse-grapheme-clusters $\color{green}121/121$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}121/121$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.