Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
corrected typo in placeholder
  • Loading branch information
pjljvandelaar authored Sep 6, 2024
1 parent 6e8c765 commit 4121755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rejuvenation-match_patterns.adb
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ package body Rejuvenation.Match_Patterns is
if Is_Single_Placeholder (Pattern) then
Assert
(Check => not Instance.Is_Null,
Message => "For single plaeholder: Instance can't be null");
Message => "For single placeholder: Instance can't be null");
Success := MP.Match_Single_Placeholder (Pattern, Instance);
elsif Is_Multiple_Placeholder (Pattern) then
Success := MP.Match_Multiple_Placeholder (Pattern, Instance);
Expand Down

0 comments on commit 4121755

Please sign in to comment.