diff options
author | Sushruth Sivaramakrishnan <sivsushruth@gmail.com> | 2015-03-06 23:37:54 +0530 |
---|---|---|
committer | Sushruth Sivaramakrishnan <sivsushruth@gmail.com> | 2015-03-06 23:37:54 +0530 |
commit | 6a835e26d38ee61dc257505d52df9d0f6fb17e29 (patch) | |
tree | eb20671ffa2a0fabe16e045200a4372b2598c6cb | |
parent | 5ea829815ee573e30bb8a97cce160d8487afe858 (diff) | |
download | rails-6a835e26d38ee61dc257505d52df9d0f6fb17e29.tar.gz rails-6a835e26d38ee61dc257505d52df9d0f6fb17e29.tar.bz2 rails-6a835e26d38ee61dc257505d52df9d0f6fb17e29.zip |
Doc fix [ci skip]
-rw-r--r-- | tools/line_statistics | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/line_statistics b/tools/line_statistics index bfa921b095..d0b3557d7d 100644 --- a/tools/line_statistics +++ b/tools/line_statistics @@ -1,4 +1,4 @@ -# Class used to calculates LOC for a provided file list. +# Class used to calculate LOC for a provided file list. # # Example: # files = FileList["lib/active_record/**/*.rb"] |