@@ -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
@@ -2965,13 +2965,13 @@ callback invocation, even when it was cancelled.
2965
2965
[ `napi_close_handle_scope` ] : #n_api_napi_close_handle_scope
2966
2966
[ `napi_create_async_work` ] : #n_api_napi_create_async_work
2967
2967
[ `napi_create_error` ] : #n_api_napi_create_error
2968
- [ ` napi_create_external_arraybuffer ` ] [ ] : #n_api_napi_create_external_arraybuffer
2968
+ [ `napi_create_external_arraybuffer` ] : #n_api_napi_create_external_arraybuffer
2969
2969
[ `napi_create_range_error` ] : #n_api_napi_create_range_error
2970
2970
[ `napi_create_reference` ] : #n_api_napi_create_reference
2971
2971
[ `napi_create_type_error` ] : #n_api_napi_create_type_error
2972
2972
[ `napi_define_class` ] : #n_api_napi_define_class
2973
2973
[ `napi_delete_async_work` ] : #n_api_napi_delete_async_work
2974
- [ ` napi_define_class ` ] [ ] : #n_api_napi_define_class
2974
+ [ `napi_define_class` ] : #n_api_napi_define_class
2975
2975
[ `napi_delete_reference` ] : #n_api_napi_delete_reference
2976
2976
[ `napi_escape_handle` ] : #n_api_napi_escape_handle
2977
2977
[ `napi_get_array_length` ] : #n_api_napi_get_array_length
0 commit comments