diff --git a/gen_c_library/Readme.md b/gen_c_library/Readme.md index 5830bef..06691c9 100644 --- a/gen_c_library/Readme.md +++ b/gen_c_library/Readme.md @@ -97,7 +97,7 @@ For this library's purposes we'll be using the functional macro equivalent *(if ```c #define macro_that_uses_selector_arg_for_resolving_a_fucntion( selecting_exp) \ -_Generic( (arg), \ +_Generic( (selecting_exp), \ int : func_use_int, \ double : func_use_double, \ struct Whatnot : func_use_Whatnot, \