Skip to content

Commit 8b98c38

Browse files
authored
Fix typo
1 parent b7f9eab commit 8b98c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua
793793
* [libusb](https://libusb.info/) - A universal USB library which allows for portable access to USB devices. [LGPL2]
794794
* [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD]
795795
* [meta](https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. [MIT]
796-
* [Nameof](https://github.com/Neargye/nameof) - A header only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro and enum. [MIT]
796+
* [Nameof](https://github.com/Neargye/nameof) - A header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. [MIT]
797797
* [PEGTL](https://github.com/ColinH/PEGTL) - The Parsing Expression Grammar Template Library, a C++11 parser library. [MIT]
798798
* [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2] [website](http://www.php-cpp.com/)
799799
* [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial]

0 commit comments

Comments
 (0)