From c10f8f1c53d2b9d3746d69a77ad0aaad494f8896 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Tue, 2 May 2023 04:47:31 +0100 Subject: [PATCH] (I think) fixes some documentation (#8) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 8258b6d..674dfc9 100644 --- a/API.md +++ b/API.md @@ -22,7 +22,7 @@ Equivalent to DM's `datum.procName(...)` ### datum:is_null() -This function is used to evaluate the truthiness of a DM var. The lua statement `if datum:is_null() then` is equivalent to the DM statement `if(datum)`. +This function is used to evaluate the truthiness of a DM var. The lua statement `if datum:is_null() then` is equivalent to the DM statement `if(!datum)`. ### datum.vars