summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c214413b..cfab70ad 100644
--- a/README.md
+++ b/README.md
@@ -510,7 +510,7 @@ typedef struct Dataset {
...
// Implementation
-#define c_opt c_is_forward // flag that the container was forward declared.
+#define i_opt c_is_forward // flag that the container was forward declared.
#define i_val struct Point
#define i_tag pnt
#include <stc/cstack.h>