mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-10 20:46:51 +00:00
Fix spelling of "an variable"
This commit is contained in:
parent
c745ecb7a0
commit
64b9705a80
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ undefined
|
||||||
|
|
||||||
## Constant
|
## Constant
|
||||||
|
|
||||||
> An variable that cannot be reassigned once defined.
|
> A variable that cannot be reassigned once defined.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const five = 5
|
const five = 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue