From 826f3a54b3bb1c5b372b4675cd09a796afe10691 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 23 Feb 2022 19:46:33 +0100 Subject: [PATCH] Changed comment --- const_fmt/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const_fmt/stdlib.h b/const_fmt/stdlib.h index f6f22b0..79ba8a7 100644 --- a/const_fmt/stdlib.h +++ b/const_fmt/stdlib.h @@ -4,7 +4,7 @@ /* * - * Disclaimer: Probably very bad implementation of some features of the C++ + * Disclaimer: Very bad (partially at least) implementation of some features of the C++ * Standard Library. Not meant as a full-on stdlib implementation, only for * usage in this project (Underlined by the fact, that in this case the * namespace std is actually const_fmt::std)