Skip to content

Commit

Permalink
docs: Chance javadocs for MMStringArrayEntry
Browse files Browse the repository at this point in the history
Co-authored-by: Almighty-Satan <[email protected]>
  • Loading branch information
LeStegii and Almighty-Satan committed Sep 6, 2023
1 parent 62a6a72 commit 53b4b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import java.util.List;

/**
* {@link MMStringArrayEntry}s represent a {@link String} array in a language file parsed in MiniMessage format.
* Represents an array of messages parsed in MiniMessage format.
* They can be used to get a {@link Component} array.
*/
public interface MMStringArrayEntry extends MMLanguageEntry<Component[]> {
Expand Down

0 comments on commit 53b4b2a

Please sign in to comment.