From 0f0d607305562b70b5e46c0b57ed493fedcd4c29 Mon Sep 17 00:00:00 2001 From: nixnoxus Date: Mon, 4 Apr 2022 20:10:24 +0200 Subject: [PATCH] fix typo in comment --- mods/default/functions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/default/functions.lua b/mods/default/functions.lua index 6b977eab..7e177c6d 100644 --- a/mods/default/functions.lua +++ b/mods/default/functions.lua @@ -748,8 +748,8 @@ function default.set_inventory_action_loggers(def, name) end -- --- NOTICE: This methods are not an official part of the API yet. --- This methods may change in future. +-- NOTICE: This method are not an official part of the API yet. +-- This method may change in future. -- function default.can_interact_with_node(player, pos)