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:
Robert Fancsik
2019-04-02 10:13:41 +02:00
committed by Robert Sipka
parent 3f6599c358
commit 4b9fee1ba0
+1 -1
View File
@@ -1384,7 +1384,7 @@ Returns whether the given `jerry_value_t` is a number.
```c
bool
jerry_value_is_function (const jerry_value_t value)
jerry_value_is_number (const jerry_value_t value)
```
- `value` - api value