@@ -86,7 +86,7 @@ public virtual class fflib_Application
8686		 *   if set via the setMock method 
8787		 * 
8888		 * @remark If mock is set, the list of SObjectType in the mock could be different 
89- 		 *         then  the list of SObjectType specified in this method call 
89+ 		 *         than  the list of SObjectType specified in this method call 
9090		 **/  
9191		public  virtual  fflib_ISObjectUnitOfWork  newInstance (List <SObjectType > objectTypes )
9292		{
@@ -102,7 +102,7 @@ public virtual class fflib_Application
102102		 *   if set via the setMock method 
103103		 * 
104104		 * @remark If mock is set, the list of SObjectType in the mock could be different 
105- 		 *         then  the list of SObjectType specified in this method call 
105+ 		 *         than  the list of SObjectType specified in this method call 
106106		 **/  
107107		public  virtual  fflib_ISObjectUnitOfWork  newInstance (List <SObjectType > objectTypes , fflib_SObjectUnitOfWork.IDML  dml )
108108		{
@@ -139,7 +139,7 @@ public virtual class fflib_Application
139139		 *   Note that this will not check the Apex Classes given actually implement the interfaces 
140140		 *     as this information is not presently available via the Apex runtime 
141141		 * 
142- 		 * @param  serviceInterfaceTypeByServiceImplType  Map ofi  interfaces to classes 
142+ 		 * @param  serviceInterfaceTypeByServiceImplType  Map of  interfaces to classes 
143143		 **/  
144144		public  ServiceFactory (Map <Type , Type > serviceInterfaceTypeByServiceImplType )
145145		{
@@ -189,11 +189,11 @@ public virtual class fflib_Application
189189		public  SelectorFactory () { }
190190
191191		/**  
192- 		 * Consturcts  a Selector Factory linking SObjectType's with Apex Classes implement the fflib_ISObjectSelector interface 
192+ 		 * Constructs  a Selector Factory linking SObjectType's with Apex Classes implement the fflib_ISObjectSelector interface 
193193		 *   Note that the factory does not check the given Apex Classes implement the interface 
194194		 *     currently this is not possible in Apex. 
195195		 * 
196- 		 * @Param  sObjectBySelectorType Map of SObjectType's to Selector Apex Classes 
196+ 		 * @param   sObjectBySelectorType  Map of SObjectType's to Selector Apex Classes 
197197		 **/  
198198		public  SelectorFactory (Map <SObjectType , Type > sObjectBySelectorType )
199199		{
0 commit comments