Skip to content

Commit bc70423

Browse files
authored
Update Sources/_StringProcessing/Regex/Core.swift
comment spelling fix
1 parent 74637cc commit bc70423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_StringProcessing/Regex/Core.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ extension Regex {
130130
// This stored property should be stored at offset zero. We perform atomic
131131
// operations on it.
132132
//
133-
/// Do not access this property directly - all accesses must go through `loweredProgram`.
133+
/// Do not access this property directly - all accesses must go through `_loweredProgramStoragePtr `.
134134
fileprivate var _loweredProgramStorage: AnyObject? = nil
135135

136136
/// The underlying IR.

0 commit comments

Comments
 (0)