From 2b8b7de89e121101a04db1998e53326fb411f0f2 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Thu, 29 Oct 2020 22:29:19 +0100 Subject: [PATCH] Fixed dokka issue --- src/main/kotlin/net/axay/kspigot/particles/KSpigotParticles.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/particles/KSpigotParticles.kt b/src/main/kotlin/net/axay/kspigot/particles/KSpigotParticles.kt index 5e28adbf..681d0f8e 100644 --- a/src/main/kotlin/net/axay/kspigot/particles/KSpigotParticles.kt +++ b/src/main/kotlin/net/axay/kspigot/particles/KSpigotParticles.kt @@ -8,7 +8,7 @@ import org.bukkit.entity.Player import org.bukkit.util.Vector /** - * @param particle The type of [Particle]. + * @param particle The type of the particle. * @param amount The amount of particles. * @param offset The offset at which particles should appear. * @param extra Particle specific data, often specifying an aspect like speed.