Typo fixes related to jerry_json_stringify (#2611)

JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
This commit is contained in:
Daniel Balla
2018-11-22 01:05:34 +00:00
committed by Akos Kiss
parent c87aa83b0d
commit f9e21540d6
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -601,7 +601,7 @@ jerry_value_t jerry_get_typedarray_buffer (jerry_value_t value,
jerry_length_t *byte_offset,
jerry_length_t *byte_length);
jerry_value_t jerry_json_parse (const jerry_char_t *string_p, jerry_size_t string_size);
jerry_value_t jerry_json_stringfy (const jerry_value_t object_to_stringify);
jerry_value_t jerry_json_stringify (const jerry_value_t object_to_stringify);
/**
* @}