Skip to content

Commit d5abde0

Browse files
committed
Auto-generated commit
1 parent f5bed94 commit d5abde0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# Trim
21+
# trim
2222

2323
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
2424

lib/check.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ var str2 = '\u180e';
3434
/**
3535
* Tests the built-in `String.prototype.trim()` implementation when provided whitespace.
3636
*
37+
* ## Notes
38+
*
39+
* - For context, see <https://github.com/stdlib-js/stdlib/commit/c3d6458aa08bbd4bd6bf13e3643422f3b2a65dd9>. In short, we can only rely on the built-in `trim` method when it does not consider the Mongolian space separator as whitespace.
40+
*
3741
* @private
3842
* @returns {boolean} boolean indicating whether the built-in implementation returns the expected value
3943
*

0 commit comments

Comments
 (0)