From b9bc89a38ca44a806b60bbdb8f73d2227c268d85 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 30 Nov 2025 14:22:17 -0600 Subject: [PATCH] Fix very old typo in janet.h --- src/include/janet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/janet.h b/src/include/janet.h index 37c660ab..b99d547a 100644 --- a/src/include/janet.h +++ b/src/include/janet.h @@ -2204,7 +2204,7 @@ typedef enum { RULE_NTH, /* [nth, rule, tag] */ RULE_ONLY_TAGS, /* [rule] */ RULE_MATCHSPLICE, /* [rule, constant, tag] */ -} JanetPegOpcod; +} JanetPegOpcode; typedef struct { uint32_t *bytecode;