From 719f446f028a2b39d78299f10054207232551e5e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz>
Date: Sun, 19 Apr 2015 21:37:32 +0200
Subject: [PATCH] doc: fixed typo

---
 modules/README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/README.rst b/modules/README.rst
index e01236bf8..bd7534390 100644
--- a/modules/README.rst
+++ b/modules/README.rst
@@ -253,8 +253,8 @@ Special properties
 If the module declares properties ``get`` or ``set``, they can be used in the Lua interpreter as
 regular tables.
 
-.. warning: This is not yet completely implemented, as the module I/O format may change to map_t a/o
-            embedded JSON tokenizer.
+.. warning:: This is not yet completely implemented, as the module I/O format may change to map_t a/o
+             embedded JSON tokenizer.
 
 .. _`not present in Go`: http://blog.golang.org/gos-declaration-syntax
 .. _CGO: http://golang.org/cmd/cgo/
-- 
GitLab