Skip to content

Commit 104b446

Browse files
committed
nicer readme
1 parent 3c2553a commit 104b446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

str_blank/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Tested on three strings:
1414
* `st = '________'` -- worst case (passes after last char)
1515
* `sf = '_______a'` -- worst case (fails on last char)
1616
* `sg = 'a_______'` -- best case (fails on first char)
17+
1718
(Note: underscores represent space chars.)
1819

1920
### Ruby 2.1.0

0 commit comments

Comments
 (0)