aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/asset/renderer.rs')
-rw-r--r--mingling_core/src/asset/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/asset/renderer.rs b/mingling_core/src/asset/renderer.rs
index de417a2..1d5a2c1 100644
--- a/mingling_core/src/asset/renderer.rs
+++ b/mingling_core/src/asset/renderer.rs
@@ -1,6 +1,6 @@
use crate::RenderResult;
-/// Takes over a type (Self::Previous) and converts it to a [`RenderResult`](./struct.RenderResult.html)
+/// Takes over a type (`Self::Previous`) and converts it to a [`RenderResult`](./struct.RenderResult.html)
pub trait Renderer {
/// The previous type in the chain
type Previous;