We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74637cc commit bc70423Copy full SHA for bc70423
Sources/_StringProcessing/Regex/Core.swift
@@ -130,7 +130,7 @@ extension Regex {
130
// This stored property should be stored at offset zero. We perform atomic
131
// operations on it.
132
//
133
- /// Do not access this property directly - all accesses must go through `loweredProgram`.
+ /// Do not access this property directly - all accesses must go through `_loweredProgramStoragePtr `.
134
fileprivate var _loweredProgramStorage: AnyObject? = nil
135
136
/// The underlying IR.
0 commit comments