aboutsummaryrefslogtreecommitdiff
path: root/tests/lhs-test.latex
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lhs-test.latex')
-rw-r--r--tests/lhs-test.latex6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex
index 5c98a3bb9..1df84c0cb 100644
--- a/tests/lhs-test.latex
+++ b/tests/lhs-test.latex
@@ -97,9 +97,9 @@ return a single value:
\end{Highlighting}
\end{Shaded}
-\texttt{(***)} combines two arrows into a new arrow by running the two arrows
-on a pair of values (one arrow on the first item of the pair and one arrow on
-the second item of the pair).
+\texttt{(***)} combines two arrows into a new arrow by running the two arrows on a
+pair of values (one arrow on the first item of the pair and one arrow on the
+second item of the pair).
\begin{verbatim}
f *** g = first f >>> second g