Skip to content

Commit 4b9fee1

Browse files
rerobikarobertsipka
authored andcommitted
Fix typo in the API documentation (#2809)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
1 parent 3f6599c commit 4b9fee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02.API-REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ Returns whether the given `jerry_value_t` is a number.
13841384

13851385
```c
13861386
bool
1387-
jerry_value_is_function (const jerry_value_t value)
1387+
jerry_value_is_number (const jerry_value_t value)
13881388
```
13891389

13901390
- `value` - api value

0 commit comments

Comments
 (0)