[seed] Style fixes in mapping documentation



commit 62489037e8e09cc536f204dbc558f687c61618d0
Author: Robert Carr <racarr svn gnome org>
Date:   Thu Apr 30 01:10:35 2009 -0400

    Style fixes in mapping documentation
---
 doc/mapping/mapping.html.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/mapping/mapping.html.in b/doc/mapping/mapping.html.in
index 36d578b..ec7e6bb 100644
--- a/doc/mapping/mapping.html.in
+++ b/doc/mapping/mapping.html.in
@@ -150,8 +150,8 @@ Once again <code><namespace>soup</namespace>_<type>date</type>_<member>new</memb
 <p>
 Non static methods are directly accessible from the object, i.e.
 <pre class="javascript">
-c = new <namespace>Clutter</namespace>.<type>Color</type> ({red: 0xff, alpha: 0xff});
-c.<member>from_string</member> ("purple");
+c = new <namespace>Clutter</namespace>.<type>Color</type>({red: 0xff, alpha: 0xff});
+c.<member>from_string</member>("purple");
 </pre>
 </p>
 <b>TODO: Static methods</b>



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