Skip to content

Commit 491ecd5

Browse files
committed
revert comment phrasing after accidental commit
1 parent 3a1759d commit 491ecd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/Infrastructure/Link Resolution/DocumentationCacheBasedLinkResolver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ final class DocumentationCacheBasedLinkResolver {
331331
// The current implementation works in 3 phases:
332332
// - First, it computes the paths without disambiguators to identify colliding paths.
333333
// - Second, it computes the "correct" disambiguators for each collision.
334-
// - Lastly, it joins together the results in a stable order to avoid indeterministic behavior.
334+
// - Lastly, it joins together the results in a stable order to avoid non-deterministic behavior.
335335

336336

337337
let totalSymbolCount = unifiedGraphs.values.map { $0.symbols.count }.reduce(0, +)

0 commit comments

Comments
 (0)