puppetlabs / puppet-specifications

Specification of the Puppet Language, Catalog, Extension points
Other
99 stars 66 forks source link

(DOCUMENT-773) Correct call_function specification in func-api.md #103

Closed nrwahl2 closed 6 years ago

nrwahl2 commented 6 years ago

Before this update, the call_function section of func-api.md incorrectly reflected the 3.x style of call_function(func_name, args, &block). This patch corrects it to reflect the 4.x style of call_function(func_name, *args, &block).