Fixed RDoc comment for Object#to_eet.
[ruby-eet.git] / ext / ext.c
index 4fd5e57f369d0d6a3ad0bf4621dae9380aa46401..674220f1d968f3288f2f4fb4bae1650f2ce4ab11 100644 (file)
--- a/ext/ext.c
+++ b/ext/ext.c
@@ -1,5 +1,5 @@
 /*
- * $Id: ext.c 52 2005-06-02 18:29:51Z tilman $
+ * $Id: ext.c 54 2005-06-02 20:05:38Z tilman $
  *
  * Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -545,7 +545,7 @@ for_each_prop (VALUE tag, VALUE arg, VALUE stream)
 }
 
 /*
- * :call-seq:
+ * call-seq:
  *  object.to_eet -> string
  *
  * Serializes the receiver to EET format.