about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-14 17:36:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-03-14 17:36:53 -0700
commit540c290de5d2cd940a799a35a2f78e10958fb36e (patch)
treec5b9ef510aff31284d22bd42d94b282d44d9df13 /Readme.md
parent44bab2e4b4c8252b20c848108fa7bf9e33e2b26a (diff)
downloadmu-540c290de5d2cd940a799a35a2f78e10958fb36e.tar.gz
2783 - typo in Readme; thanks John Lamping
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index a1bd3d25..bbf1b196 100644
--- a/Readme.md
+++ b/Readme.md
@@ -31,8 +31,8 @@ In this quest, Mu is currently experimenting with the following mechanisms:
    has to:
    <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img alt='white-box test' src='html/tracing-test.png'>
    <br>Another example: if a sort function logs each swap, a performance test can
-   ensure that the number of swaps doesn't double when the size of the input
-   doubles.
+   ensure that the number of swaps doesn't quadruple when the size of the
+   input doubles.
    <p>Besides expanding the scope of tests, this ability also allows more
    radical refactoring without needing to modify tests. All Mu's tests call a
    top-level function rather than individual sub-systems directly. As a result