Skip to content

Commit bb1812d

Browse files
hartigTallTed
andauthored
Non-breaking spaces in example of Flatten function
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent b9711e6 commit bb1812d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9722,7 +9722,7 @@ <h5>Set Functions</h5>
97229722
and <a href="#defn_Card">Card</a>, which are defined as follows.</p>
97239723
<p><a href="#defn_Flatten">Flatten</a> is a function which is
97249724
used to collapse a sequence of lists into a single list.
9725-
For example, [(1,&nbsp;2), (3,&nbsp;4)] becomes (1, 2, 3, 4).</p>
9725+
For example, [(1,&nbsp;2), (3,&nbsp;4)] becomes (1,&nbsp;2,&nbsp;3,&nbsp;4).</p>
97269726
<div class="defn">
97279727
<p><b>Definition: <span id="defn_Flatten">Flatten</span></b></p>
97289728
<p>Let <var>S</var> be a sequence of lists,

0 commit comments

Comments
 (0)