KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
679 stars 105 forks source link

Incorrect Formatter javadoc #960

Open tahmid-23 opened 10 months ago

tahmid-23 commented 10 months ago

It says in the javadoc that "this replacement is auto-closing, so its style will not influence the style of following components." However, the implementations use Tag.inserting instead of Tag.selfClosingInserting, so it isn't auto-closed and the style continues into following components. I would PR but I don't know if this is a typo or a design mistake