Skip to content

Commit f3d1ddf

Browse files
committed
Merge pull request #2812 from practicalswift/consistent-use-of-quotes
[gardening] Use quote style consistently.
2 parents 73f0e93 + a3a6db7 commit f3d1ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Prototypes/Algorithms.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ extension MutableCollection where Self: BidirectionalCollection {
237237
// actually faster. The other one sometimes does more swaps, but
238238
// has better locality properties. Similarly, we've omitted a
239239
// specialization of rotate for RandomAccessCollection that uses
240-
// cycles per section 11.4 in From Mathematics to Generic
241-
// Programming by A. Stepanov because it has *much* worse
240+
// cycles per section 11.4 in "From Mathematics to Generic
241+
// Programming" by A. Stepanov because it has *much* worse
242242
// locality properties than either of the other implementations.
243243
// Benchmarks should be performed for that algorithm too, just to
244244
// be sure.

0 commit comments

Comments
 (0)