From 9e5f6f21333ce0d5f274c93ffb58c1ef96073db9 Mon Sep 17 00:00:00 2001 From: Marius <5224719+kmarius@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:10:43 +0100 Subject: Fix typo in forward declaration example I couldn't get forward declarations to work because I copied the typo from the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3