Skip to content

Commit

Permalink
Fix spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams authored Sep 16, 2024
1 parent 5e205b8 commit b8c2180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FrontEnd/TypedProgram.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public struct TypedProgram {
/// - Parameters:
/// - typeCheckingIsParallel: if `true`, the program is partitioned into chucks that are type
/// checked separately. Otherwise, type checking is performed sequentially. Either way, the
/// order in which declarations are being checked is undeterministic.
/// order in which declarations are being checked is nondeterministic.
/// - shouldTraceInference: A closure accepting a node and its containing program, returning
/// `true` if a trace of type inference should be logged on the console for that node. The
/// closure is not called if `typeCheckingIsParallel` is `true`.
Expand Down

0 comments on commit b8c2180

Please sign in to comment.