Skip to content

Commit 49838fa

Browse files
committed
fix link to blog post
1 parent 81bb6f9 commit 49838fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chapters/strings/trimming-whitespace-from-a-string.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ String::rstrip = -> @replace /\s+$/g, ""
6262
# => ' padded string'
6363
{% endhighlight %}
6464

65-
For an interesting discussion and benchmarks of JavaScript `trim` performance, see [this blog post][1] by Steve Levithan.
65+
For an interesting discussion and benchmarks of JavaScript `trim` performance, see [this blog post](http://blog.stevenlevithan.com/archives/faster-trim-javascript) by Steve Levithan.
6666

67-
[1] http://blog.stevenlevithan.com/archives/faster-trim-javascript

0 commit comments

Comments
 (0)