From b34459c5398929284548977bef94a7dfc19d9786 Mon Sep 17 00:00:00 2001 From: terik23 Date: Fri, 22 Mar 2019 00:47:33 +0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a4743..36e6143 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Before, you had to use string literals to refer to definitions, which is brittle * Name of member * Name of function * Name of emum -* Name of macrose +* Name of macros * Name of type ## [Examples](example/example.cpp)