Skip to content

Commit

Permalink
Stub name change 'proverb' => 'recite'
Browse files Browse the repository at this point in the history
  • Loading branch information
habere-et-dispertire committed Dec 23, 2024
1 parent 85df9b3 commit 7a9d77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/practice/proverb/.meta/template-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ example: |-
}
stub: |-
sub proverb (@nouns) is export {
sub recite (@nouns) is export {
}
2 changes: 1 addition & 1 deletion exercises/practice/proverb/lib/Proverb.rakumod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit module Proverb;

sub proverb (@nouns) is export {
sub recite (@nouns) is export {
}

0 comments on commit 7a9d77b

Please sign in to comment.