Skip to content

Commit

Permalink
[ruby/yarp] Fix small typo in templating to specify where template co…
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmaissroff authored and matzbot committed Aug 22, 2023
1 parent 7127f39 commit 9b373fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarp/templates/template.rb
Expand Up @@ -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 */
Expand All @@ -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
Expand Down

0 comments on commit 9b373fb

Please sign in to comment.