Update PlaceholderExpansion.md

This commit is contained in:
Andre_601 2023-03-27 17:55:02 +02:00 committed by GitHub
parent 7c20a8527c
commit 69015a6365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;