diff --git a/Source/Engine/Render2D/Render2D.h b/Source/Engine/Render2D/Render2D.h
index 4f5558da0..118f20107 100644
--- a/Source/Engine/Render2D/Render2D.h
+++ b/Source/Engine/Render2D/Render2D.h
@@ -408,7 +408,7 @@ public:
/// The texture.
/// The vertices array.
/// The uvs array.
- /// /// The color.
+ /// The color.
API_FUNCTION() static void DrawTexturedTriangles(GPUTexture* t, const Span& vertices, const Span& uvs, const Color& color);
///
@@ -417,7 +417,7 @@ public:
/// The texture.
/// The vertices array.
/// The uvs array.
- /// /// The colors array.
+ /// The colors array.
API_FUNCTION() static void DrawTexturedTriangles(GPUTexture* t, const Span& vertices, const Span& uvs, const Span& colors);
///