From 6a7b80699ef764c1f28925898d3d72253a4d8a0c Mon Sep 17 00:00:00 2001 From: fanasina Date: Tue, 17 Oct 2023 18:33:08 +0200 Subject: [PATCH] update README, grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee4b068..e969cd7 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ args prototype with paranthesis: (int a,int b), args variable names with parathesis (same variable names as prototype): (a,b) ``` ## print variables -We may define a function to print variables of the mock function, it is usefull in logs, the macro has almost the same args as MOCK_FUNC, without returnType wich is alway `char*`. +We may define a function to print variables of the mock function, it is usefull in logs, the macro has almost the same args as MOCK_FUNC, without returnType wich is always `char*`. For example with `f_mock` we define: ``` STR_PRINT_CUR_VAR(f_mock, (int a,int b),(a,b)){