Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Oct 29, 2024
1 parent bf82b8a commit 34115c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rdmp.Core/Curation/KeywordHelp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ FK_PeriodicityState_Evaluation: Ensures that when a DQE Evaluation is deleted al
FK_DQEGraphAnnotation_Evaluation: Ensures that when a DQE Evaluation is deleted all child database objects are also deleted
FK_Memento_Commit: Ensures that when a Commit is deleted all its child database objects are also deleted
UNIQUE_SettingKey: Ensures the uniqueness of key values in the setting table
FK_Redaction_RedactionConfiguration_ID: Prevents you from deleting a redaction configuration if ut's in use
FK_Redaction_RedactionConfiguration_ID: Prevents you from deleting a redaction configuration if it's in use
FK_Redaction_ColumnInfo_ID: Prevents redactions from becoming orphaned from their associated catalogue columns
FK_RedactionKey_Redaction_ID: Prevents redaction primary keys from being orphaned from the associated redaction
FK_RedactionKey_ColumnInfo_ID: Prevents redaction keys from becoming orphaned from their associated catalogue columns
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Rdmp.Core.DataLoad.Modules.Mutilators;
/// </summary>
public class RegexRedactionMutilator : MatchingTablesMutilatorWithDataLoadJob
{
[DemandsInitialization("the regex redaction configuration to use")]
[DemandsInitialization("The regex redaction configuration to use")]
public RegexRedactionConfiguration RedactionConfiguration { get; set; }

[DemandsInitialization(
Expand Down

0 comments on commit 34115c2

Please sign in to comment.