From 71196f474b0e7deaa92237b951f429100cde3f9d Mon Sep 17 00:00:00 2001 From: Wolwer1ne Date: Mon, 17 Oct 2022 11:43:38 +0300 Subject: [PATCH] Fix typo --- src/about_pattern_matching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_pattern_matching.rb b/src/about_pattern_matching.rb index 43ee0a0..065e100 100644 --- a/src/about_pattern_matching.rb +++ b/src/about_pattern_matching.rb @@ -169,7 +169,7 @@ class AboutPatternMatching < Neo::Koan # ------------------------------------------------------------------ - # Hash patternis quite the same as Array pattern, but it expects #deconsturct_keys(keys) method + # Hash pattern is quite the same as Array pattern, but it expects #deconsturct_keys(keys) method # It works with symbol keys for now class LetterAccountant