pinakes-core: fix `list_ui_pages\' doc comment

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5f82a35656aa536effe6a159b0cdd2066a6a6964
This commit is contained in:
raf 2026-03-10 00:01:11 +03:00
commit ed8ad73497
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -602,7 +602,7 @@ impl PluginManager {
/// List all UI pages provided by loaded plugins.
///
/// Returns a vector of `(plugin_id, page)` tuples for all enabled plugins
/// that have the `ui_page` kind and provide pages in their manifests.
/// that provide pages in their manifests.
pub async fn list_ui_pages(
&self,
) -> Vec<(String, pinakes_plugin_api::UiPage)> {