Fix typo in the API documentation (#2809)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
committed by
Robert Sipka
parent
3f6599c358
commit
4b9fee1ba0
@@ -1384,7 +1384,7 @@ Returns whether the given `jerry_value_t` is a number.
|
|||||||
|
|
||||||
```c
|
```c
|
||||||
bool
|
bool
|
||||||
jerry_value_is_function (const jerry_value_t value)
|
jerry_value_is_number (const jerry_value_t value)
|
||||||
```
|
```
|
||||||
|
|
||||||
- `value` - api value
|
- `value` - api value
|
||||||
|
|||||||
Reference in New Issue
Block a user