From d926a5e28abd355a1ea4020e9267051e6e0db8c2 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 5 Jan 2011 18:37:32 -0800 Subject: [PATCH] help.tutorial: updating to 2011. --- basis/help/tutorial/tutorial.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/tutorial/tutorial.factor b/basis/help/tutorial/tutorial.factor index c4f332ed8e..c3924b9c8a 100644 --- a/basis/help/tutorial/tutorial.factor +++ b/basis/help/tutorial/tutorial.factor @@ -24,7 +24,7 @@ $nl ARTICLE: "first-program-logic" "Writing some logic in your first program" "Your " { $snippet "palindrome.factor" } " file should look like the following after the previous section:" { $code - "! Copyright (C) 2010 " + "! Copyright (C) 2011 " "! See http://factorcode.org/license.txt for BSD license." "USING: ;" "IN: palindrome"