diff --git a/yarp/templates/template.rb b/yarp/templates/template.rb index 75c337d7b833d8..8b8a175172ffea 100755 --- a/yarp/templates/template.rb +++ b/yarp/templates/template.rb @@ -270,8 +270,8 @@ def template(name, locals, write_to: nil) non_ruby_heading = <<~HEADING /******************************************************************************/ - /* This file is generated by the bin/template script and should not be */ - /* modified manually. See */ + /* This file is generated by the templates/template.rb script and should not */ + /* be modified manually. See */ /* #{filepath + " " * (74 - filepath.size) } */ /* if you are looking to modify the */ /* template */ @@ -281,7 +281,7 @@ def template(name, locals, write_to: nil) ruby_heading = <<~HEADING # frozen_string_literal: true =begin - This file is generated by the bin/template script and should not be + This file is generated by the templates/template.rb script and should not be modified manually. See #{filepath} if you are looking to modify the template =end