From 95f261b2771750fba4312aedd5292b69e457bf89 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Thu, 28 Mar 2019 18:40:13 -0400 Subject: [PATCH] Grammar fixes to the bookmark documentation. Thanks to Agha Saad Fraz agha.saad04@gmail.com for raising pull request #15025 Signed-off-by: Isaac Bennetch --- doc/bookmarks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/bookmarks.rst b/doc/bookmarks.rst index 21d96e27c6..ea79aee203 100644 --- a/doc/bookmarks.rst +++ b/doc/bookmarks.rst @@ -67,10 +67,10 @@ inserted there will be later also inserted as spaces in your query and may lead to unexpected results especially when using the variable expansion inside of a "LIKE ''" expression. -Browsing table using bookmark ------------------------------ +Browsing a table using a bookmark +--------------------------------- -When bookmark is named same as table, it will be used as query when browsing +When a bookmark has the same name as the table, it will be used as the query when browsing this table. .. seealso::