Skip to content

Commit e0e076a

Browse files
committed
tell latex how to hyphenate "expression-equivalent"
1 parent 0f14d00 commit e0e076a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,9 +1901,9 @@
19011901
\tcode{decltype(e)} models \exposconcept{queryable} and
19021902
\item
19031903
given a query object \tcode{q},
1904-
the expression \tcode{e.query(q)} is expression-equivalent
1904+
the expression \tcode{e.query(q)} is ex\-pres\-sion-equiv\-alent
19051905
to \tcode{state.query(q)} if that expression is valid,
1906-
otherwise, \tcode{e.query(q)} is expression-equivalent
1906+
otherwise, \tcode{e.query(q)} is ex\-pres\-sion-equiv\-alent
19071907
to \tcode{get_env(rcvr).query(q)}.
19081908
\end{itemize}
19091909
\end{itemdescr}

0 commit comments

Comments
 (0)