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 2b26da5 commit 2be901aCopy full SHA for 2be901a
GoogleUtilitiesComponents/Sources/GULCCComponentContainer.m
@@ -136,7 +136,7 @@ - (void)instantiateEagerComponents {
136
/// - Validate that the instance returned conforms to the protocol it claims to,
137
/// - Cache the instance if the block requests it
138
///
139
-/// Note that this method assumes the caller already has @sychronized on self.
+/// Note that this method assumes the caller already has @synchronized on self.
140
- (nullable id)instantiateInstanceForProtocol:(Protocol *)protocol
141
withBlock:(GULCCComponentCreationBlock)creationBlock {
142
if (!creationBlock) {
0 commit comments