We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f3368 commit d0522f5Copy full SHA for d0522f5
src/util.h
@@ -511,7 +511,7 @@ class ArrayBufferViewContents {
511
512
private:
513
// Declaring operator new and delete as deleted is not spec compliant.
514
- // Therefore declare them private instead to disable dynamic alloc
+ // Therefore, declare them private instead to disable dynamic alloc.
515
void* operator new(size_t size);
516
void* operator new[](size_t size);
517
void operator delete(void*, size_t);
0 commit comments