improved English
authorblanchet
Tue, 26 Oct 2010 11:00:17 +0200
changeset 40147 d170c322157a
parent 40146 f2a14b6effcf
child 40148 8728165d366e
child 40150 1348d4982a17
child 40157 a2f01956220e
improved English
doc-src/Nitpick/nitpick.tex
--- a/doc-src/Nitpick/nitpick.tex	Tue Oct 26 10:59:28 2010 +0200
+++ b/doc-src/Nitpick/nitpick.tex	Tue Oct 26 11:00:17 2010 +0200
@@ -1751,7 +1751,7 @@
 {\slshape Nitpick ran out of time after checking 9 of 10 scopes.}
 \postw
 
-Furthermore, applying \textit{skew} or \textit{split} to a well-formed tree
+Furthermore, applying \textit{skew} or \textit{split} on a well-formed tree
 should not alter the tree:
 
 \prew
@@ -1802,10 +1802,10 @@
 \postw
 
 Nitpick's output reveals that the element $0$ was added as a left child of $1$,
-where both have a level of 1. This violates the second AA tree invariant, which
-states that a left child's level must be less than its parent's. This shouldn't
-come as a surprise, considering that we commented out the tree rebalancing code.
-Reintroducing the code seems to solve the problem:
+where both nodes have a level of 1. This violates the second AA tree invariant,
+which states that a left child's level must be less than its parent's. This
+shouldn't come as a surprise, considering that we commented out the tree
+rebalancing code. Reintroducing the code seems to solve the problem:
 
 \prew
 \textbf{theorem}~\textit{wf\_insort\/}:\kern.4em ``$\textit{wf}~t\,\Longrightarrow\, \textit{wf}~(\textit{insort}~t~x)$'' \\