From e34169b5e6cd0aad570e10120691a7859384c0e5 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 30 Mar 2017 01:15:09 +0200 Subject: [PATCH] fmt mark fix --- doc/main_page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/main_page.md b/doc/main_page.md index ce983c8..7667708 100644 --- a/doc/main_page.md +++ b/doc/main_page.md @@ -60,7 +60,7 @@ assumes termination. Additionally, a completely type-safe string formatting system with C-like format strings is provided. Thanks to being type-safe, you can do things -like using the `%s` format marks for any type and you never have to specify +like using the `%%s` format marks for any type and you never have to specify sizes for numerical types. The system obviously integrates with ranges, so you can format directly into any output range type. You can also implement formatting for custom types, with complete control over the format mark.