learn-co-curriculum / rspec-fizzbuzz

Fizzbuzz with RSpec Tutorial
Other
1 stars 157 forks source link

confusing punctuation #84

Closed ode-to-the-code closed 7 years ago

ode-to-the-code commented 7 years ago

'In the spec directory for this lab, there are 2 files, spec_helper.rb, which does not match the pattern of ending with a _spec.rb, and fizzbuzz_spec.rb, which does.'

maybe replacing the second comma with a colon or dash would help make it easier to read:

"In the spec directory for this lab, there are 2 files: spec_helper.rb, which does not match the pattern of ending with a _spec.rb, and fizzbuzz_spec.rb, which does."

Joll59 commented 7 years ago

@ode-to-the-code Thank you, I think this helps to clarify those lines a bit better, I will add it to my next pull request. Closing issue for now.