Fix api example in the documentation (#2703)

JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo kkristof@inf.u-szeged.hu
This commit is contained in:
Kristof Kosztyo
2019-01-15 20:21:58 +01:00
committed by Akos Kiss
parent d716f900e1
commit 325c426c1e
+1 -1
View File
@@ -1661,7 +1661,7 @@ jerry_value_get_type (const jerry_value_t value);
...
}
jerry_value_release (number);
jerry_release_value (number);
}
```