diff options
-rw-r--r-- | _pastebins/raku-tuple-type-annotation.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_pastebins/raku-tuple-type-annotation.md b/_pastebins/raku-tuple-type-annotation.md index c2de915..9ac62cc 100644 --- a/_pastebins/raku-tuple-type-annotation.md +++ b/_pastebins/raku-tuple-type-annotation.md @@ -20,7 +20,6 @@ sub f2(Str $in) { sub f2(Str $in --> (Str, Str)) { ($in, $in); } - ``` Error log is: |