@@ -952,7 +952,7 @@ The Array's length property is set to the passed-in length parameter.
952
952
However, the underlying buffer is not guaranteed to be pre-allocated by the VM
953
953
when the array is created - that behavior is left to the underlying VM
954
954
implementation.
955
- if the buffer must be a contiguous block of memory that can be
955
+ If the buffer must be a contiguous block of memory that can be
956
956
directly read and/or written via C, consider using
957
957
[ ` napi_create_external_arraybuffer ` ] [ ] .
958
958
@@ -2958,13 +2958,13 @@ callback invocation, even when it was cancelled.
2958
2958
[ `napi_close_handle_scope` ] : #n_api_napi_close_handle_scope
2959
2959
[ `napi_create_async_work` ] : #n_api_napi_create_async_work
2960
2960
[ `napi_create_error` ] : #n_api_napi_create_error
2961
- [ ` napi_create_external_arraybuffer ` ] [ ] : #n_api_napi_create_external_arraybuffer
2961
+ [ `napi_create_external_arraybuffer` ] : #n_api_napi_create_external_arraybuffer
2962
2962
[ `napi_create_range_error` ] : #n_api_napi_create_range_error
2963
2963
[ `napi_create_reference` ] : #n_api_napi_create_reference
2964
2964
[ `napi_create_type_error` ] : #n_api_napi_create_type_error
2965
2965
[ `napi_define_class` ] : #n_api_napi_define_class
2966
2966
[ `napi_delete_async_work` ] : #n_api_napi_delete_async_work
2967
- [ ` napi_define_class ` ] [ ] : #n_api_napi_define_class
2967
+ [ `napi_define_class` ] : #n_api_napi_define_class
2968
2968
[ `napi_delete_reference` ] : #n_api_napi_delete_reference
2969
2969
[ `napi_escape_handle` ] : #n_api_napi_escape_handle
2970
2970
[ `napi_get_array_length` ] : #n_api_napi_get_array_length
0 commit comments