From ce2ebcf580715bd068a6b1f262e7efa86446d849 Mon Sep 17 00:00:00 2001 From: Patience Daur Date: Mon, 11 Apr 2022 08:46:52 +0300 Subject: [PATCH] Add an explicit requirement to capitalize Tarantool --- doc/contributing/docs/style.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/contributing/docs/style.rst b/doc/contributing/docs/style.rst index 613ee0e308..6190df06f3 100644 --- a/doc/contributing/docs/style.rst +++ b/doc/contributing/docs/style.rst @@ -170,6 +170,14 @@ For this reason, it's best to avoid using them. Spelling and punctuation ------------------------ +Tarantool capitalization +~~~~~~~~~~~~~~~~~~~~~~~~ + +The word "Tarantool" is capitalized because it's a product name. +The only context where it can start with a lowercase "t" is code. +Learn more about :doc:`code formatting in Tarantool documentation `. + + US vs British spelling ~~~~~~~~~~~~~~~~~~~~~~