From 69015a636584ba19053d823c7cb0b4a33ea7f08b Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Mon, 27 Mar 2023 17:55:02 +0200 Subject: [PATCH] Update PlaceholderExpansion.md --- PlaceholderExpansion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlaceholderExpansion.md b/PlaceholderExpansion.md index 2525b85..0a171d1 100644 --- a/PlaceholderExpansion.md +++ b/PlaceholderExpansion.md @@ -356,7 +356,7 @@ To add relational placeholders will you need to implement the [`Relational`][rel > Please read the [`Common Parts` Section](#common-parts) for details on all the methods. Below is a full example of using Relational Placeholders. -For the sake of simplicity are we using parts of the [internal Expansion Example](#making-an-internal-expansion) here. +For the sake of simplicity are we using parts of the [internal Expansion Example](#making-an-internal-expansion) here and assume that the `SomePlugin` class offers a `areFriends(Player, Player)` method that returns a boolean value. ```java package at.helpch.placeholderapi.example.expansions;