summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'base.h')
-rw-r--r--base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base.h b/base.h
index cf20670..694d6a4 100644
--- a/base.h
+++ b/base.h
@@ -115,7 +115,7 @@ typedef int64_t i64;
/// maximum value of \ref i64
#define I64_MAX 0x7fffffffffffffff
-/// allows
+/// allows
/// ```
/// switch (c) {
/// case ANY_DIGIT: