Skip to content

Commit a5cec14

Browse files
committed
Update package-info.java.
1 parent 11223c4 commit a5cec14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fabric-tag-api-v1/src/main/java/net/fabricmc/fabric/api/tag/v1/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
* <p>All tag files contain an additional field: {@code fabric:remove} which is an array of entries
6060
* you wish to remove, following the same syntax as the {@code values} field.
6161
*
62-
* <p>Entries within the {@code fabric:remove} field are handled after all the current file's values are added to the tag.
62+
* <p>Entries within the {@code fabric:remove} field are handled after all of the current file's values are added to the tag.
6363
* These entries should never be required, meaning they will never throw exceptions if not present in the associated registry.
6464
*
65-
* <p>Tag entries may always be added back by data packs that load after the pack that removes the respective value(s)
65+
* <p>Tag entries may always be added back by data packs that load after the pack that removes the respective value(s).
6666
*/
6767
@NullMarked
6868
package net.fabricmc.fabric.api.tag.v1;

0 commit comments

Comments
 (0)