diff --git a/doc/array_buffer.md b/doc/array_buffer.md index e7217d73a..ca9d45c00 100644 --- a/doc/array_buffer.md +++ b/doc/array_buffer.md @@ -123,7 +123,7 @@ Returns the length of the wrapped data, in bytes. ### Data ```cpp -T* Napi::ArrayBuffer::Data() const; +void* Napi::ArrayBuffer::Data() const; ``` Returns a pointer the wrapped data.