Преглед на файлове

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