Fix spelling errors in comments and documentation (#7492)
This commit is contained in:
@@ -40,11 +40,11 @@ Path of the file to be parsed, relative to the `base_dir`.
|
||||
Name of the field/tag key, defaults to `$(basename file)`.
|
||||
* `conversion`:
|
||||
Data format used to parse the file contents:
|
||||
* `float(X)`: Converts the input value into a float and divides by the Xth power of 10. Efficively just moves the decimal left X places. For example a value of `123` with `float(2)` will result in `1.23`.
|
||||
* `float(X)`: Converts the input value into a float and divides by the Xth power of 10. Effectively just moves the decimal left X places. For example a value of `123` with `float(2)` will result in `1.23`.
|
||||
* `float`: Converts the value into a float with no adjustment. Same as `float(0)`.
|
||||
* `int`: Convertes the value into an integer.
|
||||
* `int`: Converts the value into an integer.
|
||||
* `string`, `""`: No conversion.
|
||||
* `bool`: Convertes the value into a boolean.
|
||||
* `bool`: Converts the value into a boolean.
|
||||
* `tag`: File content is used as a tag.
|
||||
|
||||
### Example Output
|
||||
|
||||
Reference in New Issue
Block a user