summary refs log tree commit diff stats
path: root/nim/rst.pas
diff options
context:
space:
mode:
authorrumpf_a@web.de <>2009-10-27 22:28:02 +0100
committerrumpf_a@web.de <>2009-10-27 22:28:02 +0100
commitd5acb88cccecf54bcc9a7c13f4fbaa095a8b37d4 (patch)
treeda88c98e8bd063f7991d2e2cba5797351d301eba /nim/rst.pas
parent053309e60aee1eda594a4817ac8ac2fb8c18fb04 (diff)
downloadNim-d5acb88cccecf54bcc9a7c13f4fbaa095a8b37d4.tar.gz
bugfixes: macros; splitFile; strutils.split; iterator.method
Diffstat (limited to 'nim/rst.pas')
-rwxr-xr-xnim/rst.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/nim/rst.pas b/nim/rst.pas
index fb29b7d9f..89ef2c501 100755
--- a/nim/rst.pas
+++ b/nim/rst.pas
@@ -1,15 +1,15 @@
 //
 //
 //           The Nimrod Compiler
-//        (c) Copyright 2008 Andreas Rumpf
+//        (c) Copyright 2009 Andreas Rumpf
 //
 //    See the file "copying.txt", included in this
 //    distribution, for details about the copyright.
 //
 unit rst;
 
-// This module implements a *reStructuredText* parser. Currently, only a
-// subset is provided. Later, there will be additions.
+// This module implements a *reStructuredText* parser. A larget
+// subset is provided.
 
 interface