We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237f2e1 commit dcce471Copy full SHA for dcce471
packages/react-native-executorch/src/errors/ErrorCodes.ts
@@ -51,7 +51,7 @@ export enum RnExecutorchErrorCode {
51
*/
52
WrongDimensions = 116,
53
/**
54
- * Thrown when the input passed to our APIs is invalid, for example when passing an empty message aray to LLM's generate().
+ * Thrown when the input passed to our APIs is invalid, for example when passing an empty message array to LLM's generate().
55
56
InvalidUserInput = 117,
57
0 commit comments