From 228d4f0bbdbb9fbc98d0c5da0b5c184748777b4f Mon Sep 17 00:00:00 2001 From: Jakob K <52456572+bluefireoly@users.noreply.github.com> Date: Fri, 14 May 2021 18:31:35 +0200 Subject: [PATCH] Update compounds.md --- guide/docs/gui/compounds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/docs/gui/compounds.md b/guide/docs/gui/compounds.md index b2cb8a73..e253c739 100644 --- a/guide/docs/gui/compounds.md +++ b/guide/docs/gui/compounds.md @@ -2,7 +2,7 @@ In this example, let's create a simple gui which lists all existing materials. Also, we want to send a chat message with the name of the material when the user clicks on the icon. -You can create a compound inside a page builder scope. The recommended way of doing so is to use the `createRectCompound`. +You can create a compound inside a page builder scope. The recommended way of doing so is to use the `createRectCompound` function. ```kotlin page(1) {