Skip to content

Commit

Permalink
tell latex how to hyphenate "expression-equivalent"
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Jan 17, 2025
1 parent 0f14d00 commit e0e076a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1901,9 +1901,9 @@
\tcode{decltype(e)} models \exposconcept{queryable} and
\item
given a query object \tcode{q},
the expression \tcode{e.query(q)} is expression-equivalent
the expression \tcode{e.query(q)} is ex\-pres\-sion-equiv\-alent
to \tcode{state.query(q)} if that expression is valid,
otherwise, \tcode{e.query(q)} is expression-equivalent
otherwise, \tcode{e.query(q)} is ex\-pres\-sion-equiv\-alent
to \tcode{get_env(rcvr).query(q)}.
\end{itemize}
\end{itemdescr}
Expand Down

0 comments on commit e0e076a

Please sign in to comment.