diff options
Diffstat (limited to '')
| -rw-r--r-- | glow/src/backend.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/glow/src/backend.rs b/glow/src/backend.rs index a54dce79..7939311c 100644 --- a/glow/src/backend.rs +++ b/glow/src/backend.rs @@ -23,7 +23,7 @@ pub struct Backend {  impl Backend {      /// Creates a new [`Backend`].      /// -    /// [`Backend`]: struct.Renderer.html +    /// [`Backend`]: struct.Backend.html      pub fn new(gl: &glow::Context, settings: Settings) -> Self {          let text_pipeline = text::Pipeline::new(gl, settings.default_font);          let quad_pipeline = quad::Pipeline::new(gl); | 
