summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2005-11-27 17:32:31 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2005-11-27 17:32:31 +0000
commit14f75b034e693de1aee91a8d3de050dc2a7b7c95 (patch)
tree2a22351313ef63d5c658836af158186f5f1ece1c /doc
parent56803a0db1161314cb9a0420d48c72bec6cfb9c8 (diff)
downloadcppunit-14f75b034e693de1aee91a8d3de050dc2a7b7c95.tar.gz
doc/cookbook.dox: fixed type (patch #1334567)
Diffstat (limited to 'doc')
-rw-r--r--doc/cookbook.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cookbook.dox b/doc/cookbook.dox
index 5ca21bb..ef37ad6 100644
--- a/doc/cookbook.dox
+++ b/doc/cookbook.dox
@@ -147,7 +147,7 @@ public:
\endcode
Once we have this fixture, we can add the complex
-addition test case any any others that we need
+addition test case and any others that we need
over the course of our development.
@@ -520,4 +520,4 @@ use that technic.
Original version by Michael Feathers.
Doxygen conversion and update by Baptiste Lepilleur.
-*/ \ No newline at end of file
+*/