diff --git a/doc_classes/VisualScriptBuiltinFunc.xml b/doc_classes/VisualScriptBuiltinFunc.xml
index b5b452e..a6febb0 100644
--- a/doc_classes/VisualScriptBuiltinFunc.xml
+++ b/doc_classes/VisualScriptBuiltinFunc.xml
@@ -203,7 +203,7 @@
Deserialize a [Variant] from a [PoolByteArray] serialized using [constant VAR_TO_BYTES].
- Return the [Color] with the given name and alpha ranging from 0 to 1
+ Return the [Color] with the given name and alpha ranging from 0 to 1.
[b]Note:[/b] Names are defined in [code]color_names.inc[/code].
diff --git a/doc_classes/VisualScriptEngineSingleton.xml b/doc_classes/VisualScriptEngineSingleton.xml
index 05bd87e..836eef9 100644
--- a/doc_classes/VisualScriptEngineSingleton.xml
+++ b/doc_classes/VisualScriptEngineSingleton.xml
@@ -1,10 +1,10 @@
- A Visual Script node returning a singleton from [@GlobalScope]
+ A Visual Script node returning a singleton from [@GlobalScope].
- A Visual Script node returning a singleton from [@GlobalScope]
+ A Visual Script node returning a singleton from [@GlobalScope].
diff --git a/doc_classes/VisualScriptMathConstant.xml b/doc_classes/VisualScriptMathConstant.xml
index 3be392a..7f926f1 100644
--- a/doc_classes/VisualScriptMathConstant.xml
+++ b/doc_classes/VisualScriptMathConstant.xml
@@ -21,28 +21,28 @@
- Unity: [code]1[/code]
+ Unity: [code]1[/code].
- Pi: [code]3.141593[/code]
+ Pi: [code]3.141593[/code].
- Pi divided by two: [code]1.570796[/code]
+ Pi divided by two: [code]1.570796[/code].
- Tau: [code]6.283185[/code]
+ Tau: [code]6.283185[/code].
- Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/code]
+ Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/code].
- Square root of two: [code]1.414214[/code]
+ Square root of two: [code]1.414214[/code].
- Infinity: [code]inf[/code]
+ Infinity: [code]inf[/code].
- Not a number: [code]nan[/code]
+ Not a number: [code]nan[/code].
Represents the size of the [enum MathConstant] enum.