diff --git a/trimEnd.js b/trimEnd.js index 2bcb703da..06f00eeac 100644 --- a/trimEnd.js +++ b/trimEnd.js @@ -7,7 +7,6 @@ import toString from './toString.js' const stringProto = String.prototype const nativeTrimEnd = stringProto.trimRight || stringProto.trimEnd - /** * Removes trailing whitespace or specified characters from `string`. *