aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline/debug_render_pipeline/debug_render_backend.rs
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-07-22 16:32:08 +0700
committerGitHub <noreply@github.com>2024-07-22 11:32:08 +0200
commit7374653338cf1a2669aa8b072ff5376262149474 (patch)
treef57db02a6f9323351bfc1a246381d4973b04ca9f /src/pipeline/debug_render_pipeline/debug_render_backend.rs
parentcf74150763dd575bc0399087e845e9be62aba56f (diff)
downloadrapier-7374653338cf1a2669aa8b072ff5376262149474.tar.gz
rapier-7374653338cf1a2669aa8b072ff5376262149474.tar.bz2
rapier-7374653338cf1a2669aa8b072ff5376262149474.zip
docs: Fix minor typos and tweaks (#696)
--------- Co-authored-by: Thierry Berger <contact@thierryberger.com>
Diffstat (limited to 'src/pipeline/debug_render_pipeline/debug_render_backend.rs')
-rw-r--r--src/pipeline/debug_render_pipeline/debug_render_backend.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pipeline/debug_render_pipeline/debug_render_backend.rs b/src/pipeline/debug_render_pipeline/debug_render_backend.rs
index 664bf46..47673c5 100644
--- a/src/pipeline/debug_render_pipeline/debug_render_backend.rs
+++ b/src/pipeline/debug_render_pipeline/debug_render_backend.rs
@@ -46,7 +46,7 @@ pub trait DebugRenderBackend {
color: [f32; 4],
);
- /// Draws a set of line.
+ /// Draws a set of lines.
fn draw_polyline(
&mut self,
object: DebugRenderObject,
@@ -63,7 +63,7 @@ pub trait DebugRenderBackend {
}
}
- /// Draws a chain of line.
+ /// Draws a chain of lines.
fn draw_line_strip(
&mut self,
object: DebugRenderObject,