From 5141a0071a87c7c1eb56eec9e993c2473d901b1d Mon Sep 17 00:00:00 2001 From: tushars25 <55856490+tushars25@users.noreply.github.com> Date: Sat, 12 Oct 2019 12:17:27 +0530 Subject: [PATCH] Update lapi.h --- include/lapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lapi.h b/include/lapi.h index 8e16ad5..6532be5 100644 --- a/include/lapi.h +++ b/include/lapi.h @@ -18,7 +18,7 @@ { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \ - "not enough elements in the stack") + "not enough elements in the stacks") #endif