From 1cda7c53e340bd95513c973e356cbc90372efe38 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Thu, 15 Jul 2010 01:33:54 +1000 Subject: Fixes errant Trac references in documentation --- lib/puppet/parser/functions/inline_template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/functions/inline_template.rb b/lib/puppet/parser/functions/inline_template.rb index 11d980fab..46e000383 100644 --- a/lib/puppet/parser/functions/inline_template.rb +++ b/lib/puppet/parser/functions/inline_template.rb @@ -1,6 +1,6 @@ Puppet::Parser::Functions::newfunction(:inline_template, :type => :rvalue, :doc => "Evaluate a template string and return its value. See `the templating docs - `_ for more information. Note that + `_ for more information. Note that if multiple template strings are specified, their output is all concatenated and returned as the output of the function.") do |vals| require 'erb' -- cgit