From 7a01c9c52320e7f42a31882b00378fd940b68d31 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 18 Jul 2020 09:17:10 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a2c3b4ff..ddbd97ae 100644 --- a/README.rst +++ b/README.rst @@ -143,7 +143,7 @@ Write a file from a single thread: out.print("Don't {}", "Panic"); } -This is up to 6x faster than using ``fprintf``. +This is up to 6x faster than glibc's ``fprintf``. Create your own functions similar to `format `_ and