Skip to content

Commit

Permalink
fix typo to test deployment
Browse files Browse the repository at this point in the history
Summary: Fixed a typo in a comment to trigger deployment so that we can verify it.

Differential Revision: D61673215

fbshipit-source-id: 3575ff9a673a2f5b89d0f83f7ee76894c07d9677
  • Loading branch information
Carlos Gomez authored and facebook-github-bot committed Aug 22, 2024
1 parent d2e4bfb commit 413c11b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ @implementation FBSimulatorAccessibilitySerializer
};
}

// This replicates the non-heirarchical system that was previously present in SimulatorBridge.
// This replicates the non-hierarchical system that was previously present in SimulatorBridge.
// In this case the values of frames must be relative to the root, rather than the parent frame.
+ (NSArray<NSDictionary<NSString *, id> *> *)flatRecursiveDescriptionFromElement:(AXPMacPlatformElement *)element token:(NSString *)token
{
Expand Down Expand Up @@ -225,7 +225,7 @@ - (instancetype)initWithNestedFormat:(BOOL)nestedFormat

_token = NSUUID.UUID.UUIDString;
_nestedFormat = nestedFormat;

return self;
}

Expand Down Expand Up @@ -288,7 +288,7 @@ - (instancetype)initWithNestedFormat:(BOOL)nestedFormat point:(CGPoint)point
}

_point = point;

return self;
}

Expand Down

0 comments on commit 413c11b

Please sign in to comment.