seed r549 - trunk/doc



Author: hortont
Date: Tue Dec 23 09:08:14 2008
New Revision: 549
URL: http://svn.gnome.org/viewvc/seed?rev=549&view=rev

Log:
Grammar.


Modified:
   trunk/doc/runtime.html

Modified: trunk/doc/runtime.html
==============================================================================
--- trunk/doc/runtime.html	(original)
+++ trunk/doc/runtime.html	Tue Dec 23 09:08:14 2008
@@ -62,7 +62,7 @@
 }
 catch(e)
 {
-    Seed.print("Something horrible happened on line " + e.line + "!");
+    Seed.print("Something horrible happened on line " + e.line);
 }
 </pre>
 <div class="section"><b>Seed.fork</b>()</div>
@@ -83,6 +83,7 @@
 else
 {
     // Child
+
     while(1)
         Seed.print("From Child");
 }
@@ -238,7 +239,7 @@
 label.say_goodbye();
 </pre>
 <p>
-The label inherits all the methods, signals, and properties of the Gtk.Label class and it's parents, and internally has it's own GType.
+The label inherits all the methods, signals, and properties of the Gtk.Label class and its parents, and internally has its own GType.
 </p>
 <div class="section"><i>signal</i>.<b>emit</b>(<i>...</i>)</div>
 <p>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]