From 0c1e27b22575cd967fc9473b7a36a6e447eb069f Mon Sep 17 00:00:00 2001 From: halw Date: Sat, 3 Apr 2010 21:48:18 +0000 Subject: [PATCH] Clarified Source. Author:halw Date:2010-04-03T21:48:18.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@542 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- documentation/current/examples/example-reverse-string.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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==