Skip to content

Commit

Permalink
docs: fix options typo in iOS frame processor instructions (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarjuHansaliya authored Aug 1, 2024
1 parent 5c7ffea commit 77e9817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/FRAME_PROCESSOR_CREATE_PLUGIN_IOS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For reference see the [CLI's docs](https://github.com/mateusz1913/vision-camera-

- (instancetype) initWithProxy:(VisionCameraProxyHolder*)proxy
withOptions:(NSDictionary* _Nullable)options {
self = [super initWithProxy:proxy options:options];
self = [super initWithProxy:proxy withOptions:options];
return self;
}

Expand Down

0 comments on commit 77e9817

Please sign in to comment.