puppetlabs / puppet-specifications

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

(maint) Add String as Iterable type. #71

Closed peterhuene closed 8 years ago

peterhuene commented 8 years ago

The Iterable type was missing String as a possible assignable type.

This commit adds documentation stating the String is assignable to Iterable and Iterable[String].

Ignore the whitespace changes; my editor strips trailing whitespace.

hlindberg commented 8 years ago

Thanks Peter