help.tutorial: updating to 2011

db4
Keita Haga 2011-01-15 12:50:47 +09:00
parent dce56c8f8f
commit c12412ba29
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ $nl
ARTICLE: "first-program-test" "Testing your first program" ARTICLE: "first-program-test" "Testing your first program"
"Your " { $snippet "palindrome.factor" } " file should look like the following after the previous section:" "Your " { $snippet "palindrome.factor" } " file should look like the following after the previous section:"
{ $code { $code
"! Copyright (C) 2009 <your name here>" "! Copyright (C) 2011 <your name here>"
"! See http://factorcode.org/license.txt for BSD license." "! See http://factorcode.org/license.txt for BSD license."
"USING: kernel sequences ;" "USING: kernel sequences ;"
"IN: palindrome" "IN: palindrome"