Skip to content

Commit c43c943

Browse files
authored
Merge pull request #158 from jasonflorentino/fix-typo-Chapter10
Fix typo: remove 'of'
2 parents 8da97b5 + cc4d1ae commit c43c943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapter10_q_expressions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2 id='builtin_functions'>Builtin Functions</h2> <hr/>
138138

139139
<table class='table'>
140140
<tr><td><code>list</code></td><td>Takes one or more arguments and returns a new Q-Expression containing the arguments</td></tr>
141-
<tr><td><code>head</code></td><td>Takes a Q-Expression and returns a Q-Expression with only of the first element</td></tr>
141+
<tr><td><code>head</code></td><td>Takes a Q-Expression and returns a Q-Expression with only the first element</td></tr>
142142
<tr><td><code>tail</code></td><td>Takes a Q-Expression and returns a Q-Expression with the first element removed</td></tr>
143143
<tr><td><code>join</code></td><td>Takes one or more Q-Expressions and returns a Q-Expression of them conjoined together</td></tr>
144144
<tr><td><code>eval</code></td><td>Takes a Q-Expression and evaluates it as if it were a S-Expression</td></tr>

0 commit comments

Comments
 (0)