From: <us...@us...> - 2008-02-14 14:54:20
|
Revision: 66 http://structuremap.svn.sourceforge.net/structuremap/?rev=66&view=rev Author: ussherm Date: 2008-02-14 06:54:17 -0800 (Thu, 14 Feb 2008) Log Message: ----------- Fixing a small documentation issue that was causing the .xml docs to not be generated. Modified Paths: -------------- trunk/Source/StructureMap/ObjectFactory.cs Modified: trunk/Source/StructureMap/ObjectFactory.cs =================================================================== --- trunk/Source/StructureMap/ObjectFactory.cs 2008-02-14 04:10:06 UTC (rev 65) +++ trunk/Source/StructureMap/ObjectFactory.cs 2008-02-14 14:54:17 UTC (rev 66) @@ -132,7 +132,7 @@ /// <summary> /// Adds a new CONCRETETYPE to StructureMap so that an instance of CONCRETETYPE - /// will be returned from a call to ObjectFactory.GetAllInstances<PLUGINTYPE>() + /// will be returned from a call to ObjectFactory.GetAllInstance<PLUGINTYPE>() /// </summary> /// <typeparam name="PLUGINTYPE"></typeparam> /// <typeparam name="CONCRETETYPE"></typeparam> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |