Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/book/admin/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installing a module from deb/rpm
Follow these steps:

1. Install Tarantool as recommended on the
`download page <https://tarantool.io/download.html>`_.
`download page <https://www.tarantool.io/download>`_.

2. Install the module you need. Look up the module's name on
`Tarantool rocks page <https://tarantool.io/rocks.html>`_ and put the prefix
Expand Down
2 changes: 1 addition & 1 deletion doc/book/admin/troubleshoot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ code analysis aimed at optimizing memory usage.
.. _admin-troubleshoot-finalizer_yielding:

--------------------------------------------------------------------------------
Problem: Fiber switch is forbidden in ``__gc`` metamethod
Problem: Fiber switch is forbidden in '__gc' metamethod
--------------------------------------------------------------------------------

~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
13 changes: 6 additions & 7 deletions doc/reference/reference_lua/box_schema/user_grant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ box.schema.user.grant()
Grant :ref:`privileges <authentication-owners_privileges>` to a user or
to another role.

:param string user-name: the name of the user.
:param string privileges: 'read' or 'write' or 'execute' or 'create' or
'alter' or 'drop' or a combination.
:param string object-type: 'space' or 'function' or 'sequence' or 'role'.
:param string object-name: name of object to grant permissions for.
:param string role-name: name of role to grant to user.
:param table options: ``grantor``, ``if_not_exists``.
:param string user-name: the name of a user to grant privileges to
:param string privileges: one or more privileges to grant to the user (for example, `read` or `read,write`)
:param string object-type: a database object type to grant privileges to (for example, `space`, `role`, or `function`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:param string object-type: a database object type to grant privileges to (for example, `space`, `role`, or `function`)
:param string object-type: a database object type to grant privileges to (for example, `space`, `role`, or `function`).

For consistency, either add a period here or remove it from all other lines

:param string object-name: the name of a database object to grant privileges to
:param string role-name: the name of a role to grant to the user
:param table options: ``grantor``, ``if_not_exists``

If :samp:`'function','{object-name}'` is specified, then a _func tuple with
that object-name must exist.
Expand Down
4 changes: 2 additions & 2 deletions locale/ru/LC_MESSAGES/book/admin/modules.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ msgstr "Выполните следующие действия:"

msgid ""
"Install Tarantool as recommended on the `download page "
"<http://tarantool.org/download.html>`_."
"<https://www.tarantool.io/download>`_."
msgstr ""
"Установите Tarantool в соответствии с рекомендациями на `странице загрузки "
"<http://tarantool.org/download.html>`_."
"<https://www.tarantool.io/download>`_."

msgid ""
"Install the module you need. Look up the module's name on `Tarantool rocks "
Expand Down
2 changes: 1 addition & 1 deletion locale/ru/LC_MESSAGES/book/admin/troubleshoot.po
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ msgstr ""
"Если значение больше 0,01, код приложения однозначно необходимо "
"проанализировать на предмет оптимизации использования памяти."

msgid "Problem: Fiber switch is forbidden in ``__gc`` metamethod"
msgid "Problem: Fiber switch is forbidden in '__gc' metamethod"
msgstr "Проблема: Переключатель файберов запрещен в метаметоде ``__gc``"

msgid "Problem description"
Expand Down