Skip to content

fix usage of mispelled argument#30

Open
MarianoGnu wants to merge 1 commit intoPlaydateSquad:mainfrom
MarianoGnu:patch-1
Open

fix usage of mispelled argument#30
MarianoGnu wants to merge 1 commit intoPlaydateSquad:mainfrom
MarianoGnu:patch-1

Conversation

@MarianoGnu
Copy link

No description provided.

for index = 1, rows do
-- Check if index is out of range of the text
if start_index + index > #text then
if startIndex + index > #text then
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

variable i in line 77 is also undefined, but i was not sure if should be index or index + startIndex

Copy link
Author

@MarianoGnu MarianoGnu Aug 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copilot believes it should be index + startIndex

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant