Skip to content

Commit 4e3cd3a

Browse files
authored
fix: typo in delayed_functions.swift from intializers to initializers
1 parent 81fdad9 commit 4e3cd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/delayed_functions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// WHOLEMOD-LABEL: sil hidden [ossa] @$s17delayed_functions3fooSiyF : $@convention(thin) () -> Int
1111
func foo() -> Int { 5 }
1212

13-
// Cannot delay property intializers that contain user code.
13+
// Cannot delay property initializers that contain user code.
1414
struct R {
1515
// variable initialization expression of R.i
1616
// SINGLE-LABEL: sil hidden [transparent] [ossa] @$s17delayed_functions1RV1iSivpfi : $@convention(thin) () -> Int

0 commit comments

Comments
 (0)