Skip to content

Commit

Permalink
typo record/records
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvorachek committed Apr 13, 2015
1 parent b7aac69 commit 6ae3893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fflib/src/classes/fflib_SObjectUnitOfWork.cls
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public virtual class fflib_SObjectUnitOfWork
**/
public void registerDirty(List<SObject> records)
{
for(SObject record : record)
for(SObject record : records)
{
this.registerDirty(record);
}
Expand Down

0 comments on commit 6ae3893

Please sign in to comment.