From 44603b1a6dcbf93884c019a4a3aa71e6b3863b01 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 11 Apr 2022 23:00:38 +0200 Subject: [PATCH] Fix docs for nih_plug_vizia::assets --- nih_plug_vizia/src/assets.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nih_plug_vizia/src/assets.rs b/nih_plug_vizia/src/assets.rs index 4dbce57e..a4206434 100644 --- a/nih_plug_vizia/src/assets.rs +++ b/nih_plug_vizia/src/assets.rs @@ -1,5 +1,5 @@ -//! Binary assets for use with `nih_plug_iced. These fonts first need to be registered by calling -//! [`nih_plug_iced::assets::register_fonts()`][register_fonts()`]. +//! Binary assets for use with `nih_plug_vizia`. These fonts first need to be registered by calling +//! [`nih_plug_vizia::assets::register_fonts()`][register_fonts()]. use vizia::Context;