Skip to content

Commit 5f487be

Browse files
committed
Minor fixes in the manual
1 parent 600c2f0 commit 5f487be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/manual-wiki/clientserver-language.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Eliom's language extensions
1+
= Eliom Camlp4 syntax extension
22

33
Eliom uses syntax extensions to make the development of client-server
44
applications easier.

doc/manual-wiki/ppx-syntax.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ let%client c = ~%s + 1
104104

105105
Here, the expression {{{1 + 2}}} is evaluated and bound to variable
106106
{{{s}}} on the server. The resulting value {{{3}}} is transferred to
107-
the client together with the Web page, then the expression {{{~%s +
108-
1}}} is computed client-side. An injection makes it possible to
107+
the client together with the Web page, then the expression
108+
{{{~%s + 1}}} is computed client-side. An injection makes it possible to
109109
access client-side a client fragment which has been specified on the
110110
server:
111111

0 commit comments

Comments
 (0)