File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments