Skip to content

Commit

Permalink
docs: fix options typo in iOS frame processor instructions (mrousavy#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SarjuHansaliya authored Aug 1, 2024
1 parent 14ef173 commit 827ce46
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 827ce46

Please sign in to comment.