mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Typos in spec
This commit is contained in:
parent
ee4b1d5aa2
commit
50c9e639d3
2 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ Infix operators defined as follows:
|
|||
\]
|
||||
|
||||
There is a predefined set of built-in infix operators (see Fig.~\ref{builtin_infixes}); additionally
|
||||
an end-used can define custom infix operators (see Section~\ref{sec:custom_infix}). Note, sometimes
|
||||
an end-user can define custom infix operators (see Section~\ref{sec:custom_infix}). Note, sometimes
|
||||
additional whitespaces are required to disambiguate infix operator applications. For example, if a
|
||||
custom infix operator "\lstinline|+-|" is defined, then the expression "\lstinline|a +- b|" can no longer be
|
||||
recognized as "\lstinline|a +(-b)|". Note also that a custom operator containing "\lstinline|--|" can not be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue