summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-03-13 21:34:20 +0100
committerGitHub <[email protected]>2023-03-13 21:34:20 +0100
commit8a99b38c611d771d1aa379529039077fa810d68a (patch)
tree2d9bad024fa663dd87a387078e1f09a8b55b803c
parent98dfad01b67f3276d53e98a8f4bf732cb629c0ad (diff)
parent9e5f6f21333ce0d5f274c93ffb58c1ef96073db9 (diff)
downloadSTC-modified-8a99b38c611d771d1aa379529039077fa810d68a.tar.gz
STC-modified-8a99b38c611d771d1aa379529039077fa810d68a.zip
Merge pull request #51 from kmarius/patch-1
Fix typo in forward declaration example
-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>