Update of /cvsroot/luabind/luabind/luabind/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20806/doc
Modified Files:
docs.rst
Log Message:
fixed typo
Index: docs.rst
===================================================================
RCS file: /cvsroot/luabind/luabind/luabind/doc/docs.rst,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- docs.rst 26 Mar 2006 15:47:30 -0000 1.27
+++ docs.rst 26 Mar 2006 16:16:30 -0000 1.28
@@ -801,7 +801,7 @@
.. parsed-literal::
class_<foo>("foo")
- .def(constructor<>()
+ .def(constructor<>())
**.scope
[
class_<inner>("nested"),
|