From c55bac310d0f467d1be2dd787a0009b3edfceb31 Mon Sep 17 00:00:00 2001 From: terik23 Date: Fri, 22 Mar 2019 10:08:10 +0500 Subject: [PATCH] grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81feebb..9c7c389 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ master |[![Build Status](https://travis-ci.org/Neargye/nameof.svg?branch=master) ## What is Nameof? -A header only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro and enum. +Header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. Before, you had to use string literals to refer to definitions, which is brittle when renaming code elements because tools do not know to check these string literals.