Skip to content

Commit a2b372c

Browse files
kvakiltniessen
andauthored
Update src/util.h
Co-authored-by: Tobias Nießen <[email protected]>
1 parent d1f3368 commit a2b372c

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)