Skip to content

Commit 6d93720

Browse files
authored
Update mocking_manual.markdown
1 parent 97a4bc5 commit 6d93720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mocking_manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: CppUTest Mocking Manual
66
CppUTest has support for building mocks. This document describes the mocking support. A couple of design goals for the mocking support were:
77

88

9-
* Same design goals as CppuTest -- limited C++ set to make it well suitable for embedded soft.
9+
* Same design goals as CppuTest -- limited C++ set to make it suitable for embedded software.
1010
* No code generation
1111
* No or very few magic hiding macros
1212
* Very simple to use

0 commit comments

Comments
 (0)