Fix a word in some old documentation on lazy lists.

db4
Alexander Iljin 2015-09-29 15:39:20 +03:00 committed by John Benediktsson
parent 156a2d0b90
commit 13b4b76632
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</table> </table>
<p>Many of the lazy list words are named similar to the standard list <p>Many of the lazy list words are named similar to the standard list
words but with an 'l' suffixed to it. Here are the commonly used words but with an 'l' prefixed to it. Here are the commonly used
words and their equivalent list operation:</p> words and their equivalent list operation:</p>
<table border="1"> <table border="1">
<tr><th>Lazy List</th><th>Normal List</th></tr> <tr><th>Lazy List</th><th>Normal List</th></tr>