Skip to content

Commit 040b257

Browse files
committed
fix javadoc
1 parent a252124 commit 040b257

File tree

2 files changed

+2
-2
lines changed
  • worldedit-core/src/main/java/com

2 files changed

+2
-2
lines changed

worldedit-core/src/main/java/com/fastasyncworldedit/core/function/generator/OreGen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public OreGen(Extent extent, Mask mask, Pattern pattern, int size, int minY, int
4040
* @param size maximum size of deposits
4141
* @param minY min Y to consider generation from (important for triangular generation)
4242
* @param maxY max Y to consider generation from (important for triangular generation)
43-
* @param triangular if a triangular distribution of ores should be used (rather than
43+
* @param triangular if a triangular distribution of ores should be used (rather than flat)
4444
* @throws WorldEditException on error
4545
* @since TODO
4646
*/

worldedit-core/src/main/java/com/sk89q/worldedit/extent/Extent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ default void addOre(
600600
* @param rarity percentage chance of generating a deposit per attempt
601601
* @param minY min Y to consider generation from (important for triangular generation)
602602
* @param maxY max Y to consider generation from (important for triangular generation)
603-
* @param triangular if a triangular distribution of ores should be used (rather than
603+
* @param triangular if a triangular distribution of ores should be used (rather than flat)
604604
* @throws WorldEditException on error
605605
* @since TODO
606606
*/

0 commit comments

Comments
 (0)