fix: correct circle() diameter explanation in Get Started tutorial#1096
Merged
ksen0 merged 1 commit intoprocessing:mainfrom Feb 2, 2026
Merged
fix: correct circle() diameter explanation in Get Started tutorial#1096ksen0 merged 1 commit intoprocessing:mainfrom
ksen0 merged 1 commit intoprocessing:mainfrom
Conversation
Contributor
Author
|
Hi there! Just a gentle ping on this PR. |
Member
|
Thank you for working on-fixing this issue, we reviewed the fix and it looks good to go, I'll go ahead and merge it! We would like to note that after an issue is created, we review the issues and assign them to specific contributors (usually as “first come, first serve”). In the future, please wait to be assigned to an issue before opening a PR to fix it. You can reference the Contributors Guidelines |
Contributor
Author
|
Thank you for the review and for merging this! I appreciate the note as well, I will make sure to wait for assignment before opening PRs in the future. Thanks again for the guidance and for taking the time to review 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes an incorrect explanation of the third parameter of the
circle()function in the Get Started tutorial.The tutorial previously stated that a value of 100 results in a circle that is 50 pixels wide and high, which is incorrect.
Changes
Related Issue
Resolves #1095