Skip to content

Commit

Permalink
Berry fix typo (#22725)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Dec 27, 2024
1 parent 6d5a337 commit f4d0606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libesp32/berry/src/be_byteslib.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define BYTES_SIZE_SOLIDIFIED -3 /* is size is -3, then the bytes object is solidified and cannot be resized nor modified */

#define BYTES_RESIZE_ERROR "attribute_error"
#define BYTES_RESIZE_MESSAGE "bytes object size if fixed and cannot be resized"
#define BYTES_RESIZE_MESSAGE "bytes object size is fixed and cannot be resized"
#define BYTES_READ_ONLY_MESSAGE "bytes object is read only"
/* be_raise(vm, BYTES_RESIZE_ERROR, BYTES_RESIZE_MESSAGE); */

Expand Down

0 comments on commit f4d0606

Please sign in to comment.