From 59217e9985f01b95459cb332c6288c991c0613e7 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 30 Oct 2022 21:36:40 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be4b5f..1d3cc54 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The library contains helpers for: - writing formatted output using ANSI escape sequences - instantiating a standard IO stream from a native file descriptor to support UTF-8 encoded file paths under Windows and Android's `content://` URLs -* using SFINAE by providing additional traits, eg. for checking whether a type is iteratable +* using SFINAE by providing additional traits, eg. for checking whether a type is iterable * testing with *CppUnit* - finding testfiles and make working copies of testfiles - assert standard output