We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6a6f5 commit c11360aCopy full SHA for c11360a
04_data.md
@@ -1578,7 +1578,7 @@ smaller part of the "tail" of the list and at the same time count down
1578
the index until it reaches zero, at which point it can return the
1579
`value` property of the node it is looking at. To get the zeroth
1580
element of a list, you simply take the `value` property of its head
1581
-node. To get element _N_ + 1, you take the _N_th element of the list
+node. To get element _N_ + 1, you take the *N*th element of the list
1582
that's in this list's `rest` property.
1583
1584
hint}}
0 commit comments