summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/eolang/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/eolang/README.md')
-rw-r--r--macros/latex/contrib/eolang/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/eolang/README.md b/macros/latex/contrib/eolang/README.md
index 86809ceb26..43774079bc 100644
--- a/macros/latex/contrib/eolang/README.md
+++ b/macros/latex/contrib/eolang/README.md
@@ -16,8 +16,8 @@ and then use in the preamble:
\begin{document}
\begin{phiquation}
x -> [
- @ -> |foo|(5),
- y -> [ \lambda -> M_1 ]].
+ @ -> foo(5),
+ y -> [ L> M_1 ]].
\end{phiquation}
\end{document}
```