small formatting tweak

This commit is contained in:
Joe O'Brien
2009-01-26 15:28:25 -05:00
parent 323e7b757c
commit 23eeab4d82

View File

@@ -8,9 +8,9 @@ and do great things in the language.
== The Structure == The Structure
The koans are broken out into areas by file, hashes are covered in +about_hashes.rb+, The koans are broken out into areas by file, hashes are covered in about_hashes.rb,
modules are introduced in +about_modules.rb+, etc. They are presented in order in the modules are introduced in about_modules.rb, etc. They are presented in order in the
+path_to_enlightenment.rb+ file. path_to_enlightenment.rb file.
Each koan builds up your knowledge of Ruby and builds upon itself. It will stop at Each koan builds up your knowledge of Ruby and builds upon itself. It will stop at
the first place you need to correct. the first place you need to correct.