Skip to content

Commit

Permalink
Project: Sub Strings: Remove unnecessary note
Browse files Browse the repository at this point in the history
As of Ruby 1.9, hashes also maintain order, so the output will be always the same
  • Loading branch information
youssef-el-atmani authored Nov 25, 2024
1 parent 4e41f5e commit 23c15ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruby/basic_ruby_projects/project_sub_strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Next, make sure your method can handle multiple words:
=> { "down" => 1, "go" => 1, "going" => 1, "how" => 2, "howdy" => 1, "it" => 2, "i" => 3, "own" => 1, "part" => 1, "partner" => 1, "sit" => 1 }
```

Please note the order of your keys might be different.

Check failure on line 31 in ruby/basic_ruby_projects/project_sub_strings.md

View workflow job for this annotation

GitHub Actions / Lint project files

Multiple consecutive blank lines

ruby/basic_ruby_projects/project_sub_strings.md:31 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md012.md
**Quick Tips:**

Expand Down

0 comments on commit 23c15ad

Please sign in to comment.