Skip to content

Commit b7a4a74

Browse files
committed
[DOCS] Change "verified" to "type-checked".
As suggested by @gribozavr.
1 parent 778f829 commit b7a4a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/OptimizerDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ knowledge of compiler optimizations is required.
1111

1212
The Swift compiler translates textual swift programs into LLVM-IR and uses
1313
multiple representations in between. The Swift frontend is responsible for
14-
translating textual swift program into verified, well-formed and typed programs
14+
translating textual swift program into well-formed and type-checked programs
1515
that are encoded in the SIL intermediate representation. The frontend emits SIL
1616
in a phase that's called SILGen (stands for SIL-generation). Next, the swift
1717
compiler performs a sequence of transformations, such as inlining and constant

0 commit comments

Comments
 (0)