From 3b7ea78a11226ce6fd50d2a2cf0ec8f66ab7884a Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Thu, 15 Aug 2013 16:22:35 +0400
Subject: [PATCH] Fix the title.

---
 doc/www-data.in/_layout/index | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/www-data.in/_layout/index b/doc/www-data.in/_layout/index
index deea5012d3..dd75f0a746 100644
--- a/doc/www-data.in/_layout/index
+++ b/doc/www-data.in/_layout/index
@@ -1,5 +1,5 @@
 {% extends "base" %}
-{% set title = "Tarantool -- a transactional NoSQL database" %}
+{% set title = "Tarantool -- an in-memory NoSQL database" %}
 
 {% block header %}
 <!--    <p class='rwrap'><a id="lang_link" href="{{ pagename + lang_ext | langselect | e }}">{{ lang_tag | langselect | e }}</a></p> -->
-- 
GitLab