Skip to content

Commit

Permalink
Use preferred return declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Jan 25, 2021
1 parent 6737603 commit eedccd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zef.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ package Zef {
# be used. for instance, ::Shell wrappers probe via `cmd --help`. Note
# that the result of .probe is cached by each phase loader
role Probeable is export {
method probe returns Bool { ... }
method probe (--> Bool) { ... }
}

role Pluggable is export {
Expand Down

0 comments on commit eedccd4

Please sign in to comment.