Browse Source

Merge pull request #3986 from pyacier/master

Fix quote marks
Rémi Verschelde 4 years ago
parent
commit
bf00d41fdf
1 changed files with 1 additions and 1 deletions
  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