Update CMock_Summary.md

This commit is contained in:
Ramon Rakow
2022-07-08 09:10:45 -07:00
committed by GitHub
parent 7121f51944
commit 406a9bcf2e
+1 -1
View File
@@ -222,7 +222,7 @@ are queued up and copied into the space being pointed at each time the mock is c
For example, consider the following function:
`BOOL divide(uint numerator, uint denominator, int* result){
`BOOL divide(uint numerator, uint denominator, uint* result){
if (denominator == 0){
return FALSE;
}