Fix typo (#854)
Summary: Pull Request resolved: https://github.com/facebook/idb/pull/854 Reviewed By: fgasperij Differential Revision: D55406965 fbshipit-source-id: bd4473d41c1b6fc02976c15bb8f7cbca2c5b9f2a
This commit is contained in:
Родитель
10de9e5e56
Коммит
fb37e2077c
|
@ -267,7 +267,7 @@ static size_t IconLayoutSize = 4;
|
|||
if (![self.connection sendMessage:@{@"command": @"setIconState", @"iconState": iconLayout} error:error]) {
|
||||
return nil;
|
||||
}
|
||||
// Recieve some data to know that it reached the other side, in the event of a failure we will recive no bytes.
|
||||
// Recieve some data to know that it reached the other side, in the event of a failure we will receive no bytes.
|
||||
NSData *data = [self.connection receive:IconLayoutSize error:error];
|
||||
if (!data) {
|
||||
return nil;
|
||||
|
|
Загрузка…
Ссылка в новой задаче