[pypy-commit] extradoc extradoc: typo

antocuni pypy.commits at gmail.com
Sun Dec 23 08:51:54 EST 2018


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r5928:303c2decb9fc
Date: 2018-12-23 14:51 +0100
http://bitbucket.org/pypy/extradoc/changeset/303c2decb9fc/

Log:	typo

diff --git a/blog/draft/2018-12-gc-disable/gc-disable.rst b/blog/draft/2018-12-gc-disable/gc-disable.rst
--- a/blog/draft/2018-12-gc-disable/gc-disable.rst
+++ b/blog/draft/2018-12-gc-disable/gc-disable.rst
@@ -46,7 +46,7 @@
 
 These multi-millesecond pauses are a problem for systems where it is important
 to respond to certain events with a latency which is both low and consistent.
-The GC kicks in at the wrong time, it might causes unacceptable pauses during
+If the GC kicks in at the wrong time, it might causes unacceptable pauses during
 the collection cycle.
 
 Let's look again at our real-world example. This is a system which


More information about the pypy-commit mailing list