From 26ed56af07960952490fbd41f61332c125ebe94d Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Sun, 9 Aug 2020 22:48:33 +0800 Subject: [PATCH] doc(readme) fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd93017..55345ab1 100644 --- a/README.md +++ b/README.md @@ -2639,7 +2639,7 @@ name:add("L", "Mars") must be set. But a reference should be kept in Lua land to prevent premature gc of individual elements. (See x509.altname). - Shallow copy for stack is fine because in current design user can't modify the element in the - stack directly. Each elemented is duplicated when added to stack and when returned. + stack directly. Each elemente is duplicated when added to stack and when returned. [Back to TOC](#table-of-contents)