Skip to content

Commit c11360a

Browse files
committed
[Markdown] Fix intraword emphasis
1 parent ba6a6f5 commit c11360a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ smaller part of the "tail" of the list and at the same time count down
15781578
the index until it reaches zero, at which point it can return the
15791579
`value` property of the node it is looking at. To get the zeroth
15801580
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
1581+
node. To get element _N_ + 1, you take the *N*th element of the list
15821582
that's in this list's `rest` property.
15831583

15841584
hint}}

0 commit comments

Comments
 (0)