[seed] [docs] Various tiny grammatical fixes



commit 79a52bf83738b259dfb4bc348a1f97198ad3f438
Author: Tim Horton <hortont svn gnome org>
Date:   Wed Jul 29 19:24:54 2009 -0400

    [docs] Various tiny grammatical fixes

 doc/reference/tmpl/seed-exception.sgml |    8 ++++----
 doc/reference/tmpl/seed-jsclass.sgml   |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/doc/reference/tmpl/seed-exception.sgml b/doc/reference/tmpl/seed-exception.sgml
index 49bc7d9..37fbf89 100644
--- a/doc/reference/tmpl/seed-exception.sgml
+++ b/doc/reference/tmpl/seed-exception.sgml
@@ -17,10 +17,10 @@ can be <emphasis>caught</emphasis> either by a try/catch block in the
 calling JavaScript, or by observing the exception property, dealing
 with it, and then clearing the exception.
 
-It is important to note that calling seed_make_exception(), does not
-in fact 'throw' the exception, but just creates an object, that when
-stored in the exception pointer passed to a callback, causes JSC to
-throw an exception once flow is returned.
+It is important to note that calling seed_make_exception() does not
+in fact <emphasis>throw</emphasis> the exception, but just creates an
+object which, when stored in the exception pointer passed to a callback,
+causes JSC to throw an exception once flow is returned.
 </para>
 
 <example>
diff --git a/doc/reference/tmpl/seed-jsclass.sgml b/doc/reference/tmpl/seed-jsclass.sgml
index be45f88..90b8a90 100644
--- a/doc/reference/tmpl/seed-jsclass.sgml
+++ b/doc/reference/tmpl/seed-jsclass.sgml
@@ -6,14 +6,14 @@ Dealing with Seed class definitions and constructors
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-Defining new "Seed" classes, allows for implementing more complex
-behavior than possible with the traditional JavaScript object system,
+Defining new Seed classes allows for implementing more complex
+behavior than possible with the traditional JavaScript object system
 and default class.
 
 When writing Seed modules, it is often the best pattern to define many
-of your types, through classes and static functions/value.
+of your types through classes and static functions/value.
 
-Please note that inside the "Finalize" callback of a class, it is not
+Please note that inside the finalize callback of a class, it is not
 legal to call any method requiring a #SeedContext (with the exception
 of protect/unprotect, though it is not guaranteed this will continue
 to work with future versions of JSCore).



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