From 80c50bc2cdff5f748572494227d278743b310c69 Mon Sep 17 00:00:00 2001 From: Yusuke Inuzuka Date: Fri, 6 Jan 2023 06:28:40 +0900 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 27edf29a..5d50d948 100644 --- a/README.rst +++ b/README.rst @@ -830,7 +830,7 @@ Miscellaneous notes - ``file:setvbuf`` does not support a line buffering. - Daylight saving time is not supported. - GopherLua has a function to set an environment variable : ``os.setenv(name, value)`` -- GopherLua support `goto` and `::label::` statement in Lua5.2. +- GopherLua support ``goto`` and ``::label::`` statement in Lua5.2. - `goto` is a keyword and not a valid variable name. ----------------------------------------------------------------