Skip to content

Conversation

arpita2525
Copy link
Contributor

This PR fixes a small documentation issue by removing an extra colon
from the "Make Fire Resistant" example in EffFireResistant.java.

Changes

  • Removed extra colon from the example:
    - make player's tool fire resistant:
    + make player's tool fire resistant

@arpita2525 arpita2525 requested a review from a team as a code owner August 24, 2025 09:16
@arpita2525 arpita2525 requested review from cheeezburga and Burbulinis and removed request for a team August 24, 2025 09:16
@Efnilite Efnilite changed the base branch from master to dev/patch August 24, 2025 10:02
@Efnilite Efnilite linked an issue Aug 24, 2025 that may be closed by this pull request
1 task
@Efnilite Efnilite added the documentation Related to Skript's official documentation. label Aug 24, 2025
Copy link
Member

@Efnilite Efnilite left a comment

Choose a reason for hiding this comment

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

you should revert the changes made to the indentation, as tabs are used. right now you have a bunch of spaces 😉

@erenkarakal
Copy link
Member

Thank you for the pull request
Please use the dev/feature or the dev/patch branch as the base branch next time
We will let this one slide since its a very small change

fix: replace spaces with tabs across EffFireResistant.java
@arpita2525 arpita2525 force-pushed the fix-fire-resistant-doc-colon branch from 12f4e6e to 6c0c03f Compare August 24, 2025 14:07
@arpita2525
Copy link
Contributor Author

Thanks for the reviews! I’ve fixed the indentation to use tabs instead of spaces.
Also noted about using the correct dev/patch branch for future contributions.

@erenkarakal erenkarakal added the patch-ready A PR/issue that has been approved and is ready to be merged/closed for the next patch version. label Aug 24, 2025
@sovdeeth sovdeeth merged commit 4804924 into SkriptLang:dev/patch Aug 28, 2025
5 checks passed
@skriptlang-automation skriptlang-automation bot added completed The issue has been fully resolved and the change will be in the next Skript update. and removed patch-ready A PR/issue that has been approved and is ready to be merged/closed for the next patch version. labels Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed The issue has been fully resolved and the change will be in the next Skript update. documentation Related to Skript's official documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make fire resistant has an extra colon in docs
6 participants