Skip to content

Commit b9bc89a

Browse files
committed
Fix very old typo in janet.h
1 parent f79e4d6 commit b9bc89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/janet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ typedef enum {
22042204
RULE_NTH, /* [nth, rule, tag] */
22052205
RULE_ONLY_TAGS, /* [rule] */
22062206
RULE_MATCHSPLICE, /* [rule, constant, tag] */
2207-
} JanetPegOpcod;
2207+
} JanetPegOpcode;
22082208

22092209
typedef struct {
22102210
uint32_t *bytecode;

0 commit comments

Comments
 (0)