From f1937bf87f5e67e0bcd5832cccdb0d0b8da3356b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:32:12 -0700 Subject: [PATCH] Fix typo in documentation (#150) (#152) 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 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