Skip to content

Commit 49fc014

Browse files
fix some token comments
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent 3ab052f commit 49fc014

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ce/include/ti/tokens.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ extern "C" {
178178
#define OS_TOK_8 0x38
179179
/** 9‎ */
180180
#define OS_TOK_9 0x39
181-
/** \.‎ */
181+
/** ‎ */
182182
#define OS_TOK_DECIMAL_POINT 0x3A
183183
/** ᴇ‎ */
184184
#define OS_TOK_EXP_10 0x3B
@@ -315,7 +315,7 @@ extern "C" {
315315
#define OS_TOK_TRACE 0x84
316316
/** ClrDraw‎ */
317317
#define OS_TOK_CLRDRAW 0x85
318-
/** ZStandard */
318+
/** ZStandard */
319319
#define OS_TOK_ZSTANDARD 0x86
320320
/** ZTrig‎ */
321321
#define OS_TOK_ZTRIG 0x87
@@ -397,7 +397,7 @@ extern "C" {
397397
#define OS_TOK_SINGLE_QUOTE 0xAE
398398
/** ?‎ */
399399
#define OS_TOK_QUESTION 0xAF
400-
/** - (negative)‎ */
400+
/** (negative)‎ */
401401
#define OS_TOK_NEGATIVE 0xB0
402402
/** int(‎ */
403403
#define OS_TOK_INT 0xB1

0 commit comments

Comments
 (0)