Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfordlhotka committed Dec 21, 2023
1 parent f9325e7 commit d75773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Csla/Rules/BusinessRules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ where dirtyProperties.Contains(r.Name)
if (CascadeOnDirtyProperties)
doCascade = primaryResult.DirtyProperties.Any(p => p == item.Name);
primaryResult.AffectedProperties.AddRange(CheckRulesForProperty(item, doCascade,
executionMode | RuleContextModes.AsAffectedPoperty));
executionMode | RuleContextModes.AsAffectedProperty));
}
}

Expand Down

0 comments on commit d75773c

Please sign in to comment.