Преглед изворни кода

Merge pull request #3986 from pyacier/master

Fix quote marks
Rémi Verschelde пре 5 година
родитељ
комит
bf00d41fdf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      community/contributing/updating_the_class_reference.rst

+ 1 - 1
community/contributing/updating_the_class_reference.rst

@@ -288,7 +288,7 @@ the end of the description:
     [b]Note:[/b] Only available when using the Vulkan renderer.
 
 To denote crucial information that could cause security issues or loss of data
-if not followed carefully, add a paragraph starting with "[b]Warning:[/b] at the
+if not followed carefully, add a paragraph starting with "[b]Warning:[/b]" at the
 end of the description:
 
 .. code-block:: none