Skip to content

Commit 96d69ce

Browse files
committed
Fix small typo in templating to specify where template comes from
1 parent 810a6eb commit 96d69ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/template.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ def template(name, locals, write_to: nil)
270270

271271
non_ruby_heading = <<~HEADING
272272
/******************************************************************************/
273-
/* This file is generated by the bin/template script and should not be */
274-
/* modified manually. See */
273+
/* This file is generated by the templates/template.rb script and should not */
274+
/* be modified manually. See */
275275
/* #{filepath + " " * (74 - filepath.size) } */
276276
/* if you are looking to modify the */
277277
/* template */
@@ -281,7 +281,7 @@ def template(name, locals, write_to: nil)
281281
ruby_heading = <<~HEADING
282282
# frozen_string_literal: true
283283
=begin
284-
This file is generated by the bin/template script and should not be
284+
This file is generated by the templates/template.rb script and should not be
285285
modified manually. See #{filepath}
286286
if you are looking to modify the template
287287
=end

0 commit comments

Comments
 (0)