1
0
forked from GitHub/gf-core

Remove superfluous space in transfer let description.

This commit is contained in:
bringert
2006-03-01 12:52:23 +00:00
parent 146bd72e11
commit 828b92a83e
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<P ALIGN="center"><CENTER><H1>Transfer language reference</H1>
<FONT SIZE="4">
<I>Author: Björn Bringert &lt;bringert@cs.chalmers.se&gt;</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

View File

@@ -158,7 +158,7 @@ argument + 1.
To give local definition to some names, use:
```
let x1 = exp1
let x1 = exp1
...
xn = expn
in exp