From 43c80386e0d0b0d387c0c8b274c0344e45072a6b Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Wed, 7 Aug 2013 11:12:23 +0100 Subject: [PATCH] Rephrased ISO C sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3431256..3bef201 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SLRE: Super Light Regular Expression library SLRE is an ISO C library that implements a subset of Perl regular expression syntax. Main features of SLRE are: - * Written in strict ISO C, conforming to ANSI C'89 + * Written in strict ANSI C'89 * Small size (compiled x86 code is about 5kB) * Uses little stack and does no dynamic memory allocation * Provides [intuitive simple