diff options
Diffstat (limited to 'examples/include.cpp')
-rw-r--r-- | examples/include.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/include.cpp b/examples/include.cpp index c50ab96..674ad13 100644 --- a/examples/include.cpp +++ b/examples/include.cpp @@ -13,7 +13,7 @@ class Test * Our main function starts like this: * \skip main * \until { - * First we create a object \c t of the Test class. + * First we create an object \c t of the Test class. * \skipline Test * Then we call the example member function * \line example |