Skip to content

Commit d482301

Browse files
committed
corrected inline comment
1 parent 757359f commit d482301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sfdx-source/apex-common/main/classes/fflib_SObjectSelector.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public abstract with sharing class fflib_SObjectSelector
438438
}
439439

440440
/**
441-
* Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the parentQueryFactory
441+
* Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the child QueryFactory
442442
**/
443443
public fflib_QueryFactory addQueryFactorySubselect(fflib_QueryFactory parentQueryFactory)
444444
{
@@ -461,7 +461,7 @@ public abstract with sharing class fflib_SObjectSelector
461461
}
462462

463463
/**
464-
* Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the parentQueryFactory
464+
* Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the child QueryFactory
465465
**/
466466
public fflib_QueryFactory addQueryFactorySubselect(fflib_QueryFactory parentQueryFactory, String relationshipName)
467467
{

0 commit comments

Comments
 (0)