Skip to content

Commit 1f0ffd6

Browse files
committed
Replace a couple of ascii emdashes
1 parent 2f13eb3 commit 1f0ffd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/decisions/003-path-sequence-inherits-from-set.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ With sorting would require the arithmetic sequences given to a file number set
6464
to be sorted, before being split such that they don't overlap.
6565
Given the use cases, most of the time the sorting will take :math:`n` time
6666
if we're using a :math:`\Omega(n)` time sort algorithm.
67-
Detecting whether two sequences overlap is simple --
68-
though does require in depth mathemtical concepts -- for integers,
67+
Detecting whether two sequences overlap is simple
68+
though does require in depth mathemtical concepts for integers,
6969
but is more involved for decimals (see Appendix A).
7070
If maintaining this complex code ever becomes a problem,
7171
we would always resort to looping over every item in the sequences.

0 commit comments

Comments
 (0)