Skip to content

Commit 2be901a

Browse files
authored
Review GoogleUtilitiesComponents Sources (#13401)
1 parent 2b26da5 commit 2be901a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleUtilitiesComponents/Sources/GULCCComponentContainer.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ - (void)instantiateEagerComponents {
136136
/// - Validate that the instance returned conforms to the protocol it claims to,
137137
/// - Cache the instance if the block requests it
138138
///
139-
/// Note that this method assumes the caller already has @sychronized on self.
139+
/// Note that this method assumes the caller already has @synchronized on self.
140140
- (nullable id)instantiateInstanceForProtocol:(Protocol *)protocol
141141
withBlock:(GULCCComponentCreationBlock)creationBlock {
142142
if (!creationBlock) {

0 commit comments

Comments
 (0)