From 9f4c2e088f59c92aaacd5a60287a1f654508687d Mon Sep 17 00:00:00 2001 From: Van Malleghem Antoine Date: Wed, 11 Sep 2024 16:06:06 +0200 Subject: [PATCH] fix typo Signed-off-by: Van Malleghem Antoine --- 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