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 typo errors in SplitPane.kt #5200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luisgarcia96
Copy link

@luisgarcia96 luisgarcia96 commented Jan 13, 2025

This PR addresses typographical errors in the comments of the splitpane package. The corrections are as follows:

  1. VerticalSplitPane function comment:

    • Original: "Pane that place it parts vertically from top to bottom and allows to change items heights."
    • Correction: "Pane that places its parts vertically from top to bottom and allows changing items' heights."
  2. HorizontalSplitPane function comment:

    • Original: "Pane that place it parts horizontally from left to right and allows to change items width."
    • Correction: "Pane that places its parts horizontally from left to right and allows changing items' widths."
  3. SplitPane function comment:

    • Original: "@param isHorizontal describes is it horizontal of vertical split pane"
    • Correction: "@param isHorizontal describes whether it is a horizontal or vertical split pane"

These changes enhance the clarity and grammatical accuracy of the code comments.

Fixes

N/A

Testing

As these changes are limited to comments and do not affect the executable code, no additional testing is required.

Release Notes

N/A

Since the changes are non-functional and pertain only to code comments, they do not necessitate an entry in the release notes.

@luisgarcia96 luisgarcia96 changed the title Fix type errors in SplitPane.kt Fix typo errors in SplitPane.kt Jan 13, 2025
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