From 0e088d1b6f34b6bb686bfb0f676407223dac8532 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:24:16 +0200 Subject: [PATCH] Fix typo in documentation (#150) (#151) Signed-off-by: Van Malleghem Antoine (cherry picked from commit d983b93addfe65611013986c3708eeb74275050c) Co-authored-by: Antoine Van Malleghem --- 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 a35e09ae..87b0bc84 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