Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the wrong variable naming in draw_text_to_canvas #614

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

irfano
Copy link
Member

@irfano irfano commented Nov 19, 2024

What does it do?

This fixes the incorrect variable naming in draw_text_to_canvas method.
Some variables were renamed in be35b01, but tempTextFile was overlooked.

Checklist before requesting a review

  • Run bundle exec rubocop to test for code style violations and recommendations
  • Add Unit Tests (aka specs/*_spec.rb) if applicable
  • Run bundle exec rspec to run the whole test suite and ensure all your tests pass
  • Make sure you added an entry in the CHANGELOG.md file to describe your changes under the appropriate existing ### subsection of the existing ## Trunk section.
  • If applicable, add an entry in the MIGRATION.md file to describe how the changes will affect the migration from the previous major version and what the clients will need to change and consider.

@irfano irfano added the bug Something isn't working label Nov 19, 2024
@dangermattic
Copy link
Collaborator

dangermattic commented Nov 19, 2024

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@irfano irfano requested a review from a team November 19, 2024 17:47
Copy link
Contributor

@AliSoftware AliSoftware left a comment

Choose a reason for hiding this comment

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

Nice catch!

@AliSoftware AliSoftware merged commit c84cf44 into trunk Nov 20, 2024
7 of 8 checks passed
@AliSoftware AliSoftware deleted the fix/draw_text_to_canvas branch November 20, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants