diff options
author | Malcolm Locke <malc@wholemeal.co.nz> | 2010-04-12 23:47:33 +1200 |
---|---|---|
committer | Malcolm Locke <malc@wholemeal.co.nz> | 2010-04-12 23:47:33 +1200 |
commit | 41bcf06d3289e2292fcc3819c8f104252af36adc (patch) | |
tree | 13f54f225b2d74b7a8c8e78bde1b5c92d3b9b0ba | |
parent | 1afee7ace8478238870ecaa1e1ba7df003a10811 (diff) | |
download | rails-41bcf06d3289e2292fcc3819c8f104252af36adc.tar.gz rails-41bcf06d3289e2292fcc3819c8f104252af36adc.tar.bz2 rails-41bcf06d3289e2292fcc3819c8f104252af36adc.zip |
low and behold => lo and behold!
-rw-r--r-- | railties/guides/source/testing.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile index 6e25515fed..c4f7ff8e92 100644 --- a/railties/guides/source/testing.textile +++ b/railties/guides/source/testing.textile @@ -65,7 +65,7 @@ YAML-formatted fixtures are a very human-friendly way to describe your sample da Here's a sample YAML fixture file: <yaml> -# low & behold! I am a YAML comment! +# lo & behold! I am a YAML comment! david: name: David Heinemeier Hansson birthday: 1979-10-15 |