From 45ecfc082a2db276b25f7edde31837ed89170eac Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 2 Jul 2016 18:11:42 +0900 Subject: refer to rails command instead of rake in doc of `SourceAnnotationExtractor` [ci skip] --- railties/lib/rails/source_annotation_extractor.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties') diff --git a/railties/lib/rails/source_annotation_extractor.rb b/railties/lib/rails/source_annotation_extractor.rb index 8dd87b6cc5..ca195bd752 100644 --- a/railties/lib/rails/source_annotation_extractor.rb +++ b/railties/lib/rails/source_annotation_extractor.rb @@ -1,9 +1,9 @@ # Implements the logic behind the rake tasks for annotations like # -# rake notes -# rake notes:optimize +# rails notes +# rails notes:optimize # -# and friends. See rake -T notes and railties/lib/rails/tasks/annotations.rake. +# and friends. See rails -T notes and railties/lib/rails/tasks/annotations.rake. # # Annotation objects are triplets :line, :tag, :text that # represent the line where the annotation lives, its tag, and its text. Note -- cgit v1.2.3