diff --git a/doc/reference/src/objects.xml b/doc/reference/src/objects.xml
index ed0ad09a..36ee5894 100644
--- a/doc/reference/src/objects.xml
+++ b/doc/reference/src/objects.xml
@@ -4218,22 +4218,14 @@ Console.WriteLine (three == four); // prints 'false'
IObjectDefinition.
-
- void ConfigureObject(object target):
- Injects dependencies into the supplied target instance. The name of
- the abstract object definition is the
- System.Type.FullName of the target instance. This
- method is typically used when objects are instantiated outside the
- control of a developer, for example when ASP.NET instantiates web
- controls and when a WinForms application creates
- UserControls.
-
-
void ConfigureObject(object target, string
- name): Offers the same functionality as the previously
- listed Configure method but uses a named object definition instead
- of using the type's full name.
+ name): Injects dependencies into the supplied target
+ instance assigning the supplied name to the abstract object
+ definition. This method is typically used when objects are
+ instantiated outside the control of a developer, for example when
+ ASP.NET instantiates web controls and when a WinForms application
+ creates UserControls.
@@ -5042,7 +5034,7 @@ cfg.PostProcessObjectFactory(factory);
The use of the IgnoreMissingResources
property above will mean that if the property file is not found it
will be silently ignored and the resolution will continue to
- ConfigSectionVariableSource.
+ ConfigSectionVariableSource.
The IVariableSource interface is shown below
public interface IVariableSource