diff --git a/documentation/current/examples/example-reverse-string.wiki b/documentation/current/examples/example-reverse-string.wiki index a9c06317..44697f10 100644 --- a/documentation/current/examples/example-reverse-string.wiki +++ b/documentation/current/examples/example-reverse-string.wiki @@ -12,7 +12,7 @@ Reverse the order of the characters in a give string of characters. ==Source== -[http://rosettacode.org/wiki/Reverse_a_string Rosetta Code] +Problem description from [http://rosettacode.org/wiki/Reverse_a_string Rosetta Code] ==Solution==