summaryrefslogtreecommitdiff
path: root/graphics/src/render.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/render.rs')
-rw-r--r--graphics/src/render.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/src/render.rs b/graphics/src/render.rs
index 68a7b68..1bb32ee 100644
--- a/graphics/src/render.rs
+++ b/graphics/src/render.rs
@@ -1,5 +1,5 @@
//! The `render` module contains the structures for displaying
-//! the game, with each frame represented by a `Renderer` and
+//! the game, with each frame represented by a `Renderer` and
//! frame specific information in `FrameInfo`.
use dungeon::{Dungeon, Entity};
@@ -65,7 +65,7 @@ impl<'a> Renderer<'a> {
}
/// Draws an entire frame
- ///
+ ///
/// # Examples
/// ```no_run
/// use dungeon::Dungeon;