Skip to content

Commit

Permalink
Fixes for mfug_talk
Browse files Browse the repository at this point in the history
mfug_talk/mfug.html:
    Fix an incorrect word and a spelling error.

mfug_talk/mfug.pdf:
    Rebuild.
  • Loading branch information
PaulBone committed Apr 13, 2015
1 parent bba59ca commit 041cef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mfug_talk/mfug.html
Expand Up @@ -96,7 +96,7 @@ <h2>Some syntax</h2>

<p>
<code>fibs/2</code> is the hello world of declarative programming.
<span class="hl1">F</span> is the <span class="hl2">N</span>th fibbonachi
<span class="hl1">F</span> is the <span class="hl2">N</span>th Fibonacci
number.
</p>

Expand Down Expand Up @@ -361,7 +361,7 @@ <h2>Modes</h2>
<p>
Modes can also be used to track <strong>uniqueness</strong>.
These modes are <code>di</code> for <strong>destructive input</strong>
and <code>uo</code> for <strong>destructive output</strong>.
and <code>uo</code> for <strong>unique output</strong>.
</p>

<code><pre>
Expand Down
Binary file modified mfug_talk/mfug.pdf
Binary file not shown.

0 comments on commit 041cef4

Please sign in to comment.