Fix linting example.
This commit is contained in:
parent
dca991eb2f
commit
ac2ce4d8f2
@ -10,13 +10,13 @@ remove the binding, or add an `_` to the variable name.
|
|||||||
|
|
||||||
## Example
|
## Example
|
||||||
```fnl
|
```fnl
|
||||||
(local value 100)
|
(var value 100)
|
||||||
(set value 10)
|
(set value 10)
|
||||||
```
|
```
|
||||||
|
|
||||||
Instead, use the value, remove it, or add `_` to the variable name.
|
Instead, use the value, remove it, or add `_` to the variable name.
|
||||||
```fnl
|
```fnl
|
||||||
(local value 100)
|
(var value 100)
|
||||||
(set value 10)
|
(set value 10)
|
||||||
;; use the value
|
;; use the value
|
||||||
(print value)
|
(print value)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user