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