forked from GitHub/gf-core
Remove superfluous space in transfer let description.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<P ALIGN="center"><CENTER><H1>Transfer language reference</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
||||
Last update: Wed Mar 1 13:50:59 2006
|
||||
Last update: Wed Mar 1 13:52:22 2006
|
||||
</FONT></CENTER>
|
||||
|
||||
<P></P>
|
||||
@@ -226,7 +226,7 @@ argument + 1.
|
||||
To give local definition to some names, use:
|
||||
</P>
|
||||
<PRE>
|
||||
let x1 = exp1
|
||||
let x1 = exp1
|
||||
...
|
||||
xn = expn
|
||||
in exp
|
||||
|
||||
@@ -158,7 +158,7 @@ argument + 1.
|
||||
To give local definition to some names, use:
|
||||
|
||||
```
|
||||
let x1 = exp1
|
||||
let x1 = exp1
|
||||
...
|
||||
xn = expn
|
||||
in exp
|
||||
|
||||
Reference in New Issue
Block a user