From de4505121dd8b2216e8c797b4b7b7347e5d98c2f Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 5 Jun 2020 22:27:08 +0200 Subject: clarified docs --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index 4502c9d..fb3323d 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -34,7 +34,7 @@ Something that exists in the player inventory. Usually this also corresponds to ## Parameter -A layer between JSON and the datastructures in the rustifarm code. Can be int, float, bool, string, template, list and interaction. +A layer between JSON and the datastructures in the rustifarm code. Can be int, float, bool, string, template, list and interaction. The interaction parameter is in the process of being deprecated. ## ComponentParameter -- cgit