Skip to content

Commit 107952b

Browse files
authored
Merge pull request #44 from ryanplusplus/patch-3
Fix typo in design goals
2 parents 97a4bc5 + 6d93720 commit 107952b

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)