From 0836f085810ac54025cb948ec3af09a6a0f8bd5f Mon Sep 17 00:00:00 2001 From: neargye Date: Mon, 8 Apr 2019 19:14:39 +0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf36f95..7c8b6a4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## What is Magic Enum? -Header-only C++17 library provides static reflection on enums, work with any enum type without any macro or boilerplate code. +Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code. * `enum_cast` obtains enum value from string or integer. * `enum_value` returns enum value at specified index. * `enum_values` obtains enum value sequence.