(maint) Fix typo in README
This commit is contained in:
parent
3c885cf550
commit
c8eec8ded3
|
@ -172,7 +172,7 @@ and methods automatically. In those cases Strings will not be able to document
|
||||||
them automatically (Strings doesn't execute the code that would generate those
|
them automatically (Strings doesn't execute the code that would generate those
|
||||||
parameters), so you will need to provide hints on how to document your code. To
|
parameters), so you will need to provide hints on how to document your code. To
|
||||||
document a parameter which is automatically created you must use the special
|
document a parameter which is automatically created you must use the special
|
||||||
directive `@!puppet.provider.param` which may take types, the parameter name,
|
directive `@!puppet.type.param` which may take types, the parameter name,
|
||||||
and a description.
|
and a description.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|
Loading…
Reference in New Issue