Fix typo in the debugger documentation (#2027)
The old function name was used in one occurrence. JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
This commit is contained in:
committed by
Zoltan Herczeg
parent
8a5bfd2279
commit
e527e41bac
+1
-1
@@ -335,7 +335,7 @@ int main ()
|
|||||||
jerry_value_t run_result;
|
jerry_value_t run_result;
|
||||||
jerry_debugger_wait_for_source_status_t receive_status;
|
jerry_debugger_wait_for_source_status_t receive_status;
|
||||||
|
|
||||||
receive_status = jerry_debugger_wait_and_run_client_source (wait_for_source_callback,
|
receive_status = jerry_debugger_wait_for_client_source (wait_for_source_callback,
|
||||||
NULL,
|
NULL,
|
||||||
&run_result);
|
&run_result);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user