about summary refs log tree commit diff stats
path: root/lib/Octans/Puzzle/Get.rakumod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Octans/Puzzle/Get.rakumod')
-rw-r--r--lib/Octans/Puzzle/Get.rakumod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Octans/Puzzle/Get.rakumod b/lib/Octans/Puzzle/Get.rakumod
index 1783796..f4094b2 100644
--- a/lib/Octans/Puzzle/Get.rakumod
+++ b/lib/Octans/Puzzle/Get.rakumod
@@ -2,7 +2,7 @@ use WWW;
 use Octans::Puzzle;
 
 # get-puzzle returns Puzzle.new() given input path.
-sub get-puzzle (
+sub get-puzzle(
     Str $path
 ) is export {
     my @grids;