From ffa51cc8b0249a844c1bfe0a415dea907ba16fc3 Mon Sep 17 00:00:00 2001
From: Emilia Kond <emilia@rymiel.space>
Date: Tue, 18 Jun 2024 00:54:49 +0300
Subject: [PATCH] [ci skip] Fix javadoc mistake in
 EnchantmentRegistryEntry.Builder (#10898)

The javadoc for EnchantmentRegistryEntry.Builder accidentally refers to
GameEventRegistryEntry, which is a different buildable registry entry.
---
 patches/api/Introduce-registry-entry-and-builders.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/api/Introduce-registry-entry-and-builders.patch b/patches/api/Introduce-registry-entry-and-builders.patch
index e3df10d444..85e5b1400b 100644
--- a/patches/api/Introduce-registry-entry-and-builders.patch
+++ b/patches/api/Introduce-registry-entry-and-builders.patch
@@ -153,7 +153,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 +    @NonNull RegistryKeySet<Enchantment> exclusiveWith();
 +
 +    /**
-+     * A mutable builder for the {@link GameEventRegistryEntry} plugins may change in applicable registry events.
++     * A mutable builder for the {@link EnchantmentRegistryEntry} plugins may change in applicable registry events.
 +     * <p>
 +     * The following values are required for each builder:
 +     * <ul>