Skip to content

Commit d0522f5

Browse files
committed
fixup! src: prevent copying ArrayBufferViewContents
1 parent d1f3368 commit d0522f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ class ArrayBufferViewContents {
511511

512512
private:
513513
// Declaring operator new and delete as deleted is not spec compliant.
514-
// Therefore declare them private instead to disable dynamic alloc
514+
// Therefore, declare them private instead to disable dynamic alloc.
515515
void* operator new(size_t size);
516516
void* operator new[](size_t size);
517517
void operator delete(void*, size_t);

0 commit comments

Comments
 (0)