mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +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
|
||||
|
||||
> An variable that cannot be reassigned once defined.
|
||||
> A variable that cannot be reassigned once defined.
|
||||
|
||||
```js
|
||||
const five = 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue