From d0480ce9cb540eeb189b215ad9da8f5ef351f859 Mon Sep 17 00:00:00 2001 From: Hendrik Boom Date: Fri, 11 Jan 2013 22:55:59 -0500 Subject: [PATCH] WIP: changes to intro.txt : plug-ins --- doc/user/intro/intro.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/intro/intro.txt b/doc/user/intro/intro.txt index 326ef5bc8..cf7951b97 100755 --- a/doc/user/intro/intro.txt +++ b/doc/user/intro/intro.txt @@ -531,9 +531,9 @@ memory and possibly increasing performance. This scheme of making features available to an application is known as run-time linking, aka plug-ins. Plug-ins offer other benefits: the application can continue to use both the old features and the new features together, side-by-side, by using the version -number associated with the plug-in. This saves the application from considerable -headaches associated with other linking methods, havocked library version -incompatibility. +number associated with the plug-in. This saves the application from the havoc +of library incompatibility that is +associated with other linking methods. Most modern applications use plug-ins, some are heavily dependent on plug-ins and only provide limited functionality without any plug-ins.