Skip to content

Commit 33f9d00

Browse files
author
Jeanette Head
committed
fix broken link
1 parent 40296bb commit 33f9d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/ruby/symbols.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ explanation do
9595
end
9696

9797
further_reading do
98-
message "[The Difference Between Ruby Symbols and Strings ](http://www.reactive.io/tips/2009/01/11/the-difference-between-ruby-symbols-and-strings/)"
98+
message "[The Difference Between Ruby Symbols and Strings ](http://www.reactive.io/tips/2009/01/11/the-difference-between-ruby-symbols-and-strings)"
9999
message "[The Ruby_Newbie Guide to Symbols](http://www.troubleshooters.com/codecorn/ruby/symbols.htm)"
100100
message "[The Ruby documentation says](https://www.ruby-lang.org/en/documentation/ruby-from-other-languages): *If you\’re in doubt whether to use a Symbol or a String, consider what\’s more important: the identity of an object (i.e. a Hash key), or the contents.*"
101101
end

0 commit comments

Comments
 (0)