summaryrefslogtreecommitdiff
path: root/doc/classes/PointLight2D.xml
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2023-02-12 00:18:33 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2023-02-12 11:39:14 +0800
commitcc384a8228b141882933caa2fe0a396652c85f56 (patch)
treec8a67e989161df65014a7d37264d88708ea31c54 /doc/classes/PointLight2D.xml
parenta4c2d8dc7a7f74bd3769dc0616d726f7a02968e2 (diff)
Add missing period for sentences in classref
Diffstat (limited to 'doc/classes/PointLight2D.xml')
-rw-r--r--doc/classes/PointLight2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PointLight2D.xml b/doc/classes/PointLight2D.xml
index 0c51a78e49..dd61082876 100644
--- a/doc/classes/PointLight2D.xml
+++ b/doc/classes/PointLight2D.xml
@@ -4,7 +4,7 @@
Positional 2D light source.
</brief_description>
<description>
- Casts light in a 2D environment. This light's shape is defined by a (usually grayscale) texture
+ Casts light in a 2D environment. This light's shape is defined by a (usually grayscale) texture.
</description>
<tutorials>
<link title="2D lights and shadows">$DOCS_URL/tutorials/2d/2d_lights_and_shadows.html</link>