diff --git a/tutorials/01_intro.md b/tutorials/01_intro.md index a35e09a..87b0bc8 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