Skip to content

Commit 069a111

Browse files
committed
slight rewording
1 parent 78fa5a6 commit 069a111

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/specs/stdlib_selection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ Selection of a single value should have runtime of O(`size(array)`), so it is
9595
asymptotically faster than sorting `array` entirely. The test program at the
9696
end of this document shows that is the case.
9797

98-
`select` was derived using some code from quickSelect in the Coretran library, by Leon Foks,
99-
https://github.com/leonfoks/coretran. Leon Foks has given permission for the code here
100-
to be released under stdlib's MIT license.
98+
`select` was derived from code in the Coretran library by Leon Foks,
99+
https://github.com/leonfoks/coretran. Leon Foks has given permission for the
100+
code here to be released under stdlib's MIT license.
101101

102102
### Example
103103

@@ -196,9 +196,9 @@ Selection of a single value should have runtime of O(`size(array)`), so it is
196196
asymptotically faster than sorting `array` entirely. The test program at the end of
197197
these documents confirms that is the case.
198198

199-
`arg_select` was derived using some code from quickSelect in the Coretran library, by Leon Foks,
200-
https://github.com/leonfoks/coretran. Leon Foks has given permission for the code here
201-
to be released under stdlib's MIT license.
199+
`arg_select` was derived using code from the Coretran library by Leon Foks,
200+
https://github.com/leonfoks/coretran. Leon Foks has given permission for the
201+
code here to be released under stdlib's MIT license.
202202

203203
### Example
204204

0 commit comments

Comments
 (0)