From f92a6540b8fae42a9465593e06b5641cae3b0d94 Mon Sep 17 00:00:00 2001 From: Antoine Van Malleghem Date: Wed, 11 Sep 2024 19:19:13 +0200 Subject: [PATCH] Fix typo in documentation (#150) Signed-off-by: Van Malleghem Antoine (cherry picked from commit d983b93addfe65611013986c3708eeb74275050c) --- tutorials/01_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/01_intro.md b/tutorials/01_intro.md index fb2a24f4..0ebf59a7 100644 --- a/tutorials/01_intro.md +++ b/tutorials/01_intro.md @@ -18,7 +18,7 @@ following concepts: The **loader** component can dynamically load plugin interfaces at runtime either by specifying a desired plugin or by listing plugins within a library file that provide a specific interface. -There are highly performant ways to get direct access to a plugin interace +There are highly performant ways to get direct access to a plugin interface that can be anticipated ahead of time by specializing the `Plugin` object at compile time. The loader also can use reference counting of plugin objects to unload