Просмотр исходного кода

Review GoogleUtilitiesComponents Sources (#13401)

Seyed Mojtaba Hosseini Zeidabadi 1 год назад
Родитель
Сommit
2be901ae38
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      GoogleUtilitiesComponents/Sources/GULCCComponentContainer.m

+ 1 - 1
GoogleUtilitiesComponents/Sources/GULCCComponentContainer.m

@@ -136,7 +136,7 @@ static NSMutableSet<Class> *sGULComponentRegistrants;
 ///   - Validate that the instance returned conforms to the protocol it claims to,
 ///   - Cache the instance if the block requests it
 ///
-/// Note that this method assumes the caller already has @sychronized on self.
+/// Note that this method assumes the caller already has @synchronized on self.
 - (nullable id)instantiateInstanceForProtocol:(Protocol *)protocol
                                     withBlock:(GULCCComponentCreationBlock)creationBlock {
   if (!creationBlock) {