From c061263b3cbc6e7ba2a2b661f84ca35845b961f5 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Wed, 29 May 2024 13:30:37 +0100 Subject: [PATCH] Add oxford commas --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 9131b8a85f2..0bd33ee5c20 100644 --- a/source +++ b/source @@ -112383,7 +112383,7 @@ document.body.appendChild(frame)

The document.write(...text) method steps are - to run the document write steps with this, text, false and + to run the document write steps with this, text, false, and "Document write".

@@ -112414,7 +112414,7 @@ document.body.appendChild(frame)

The document.writeln(...text) method steps are - to run the document write steps with this, text, true and + to run the document write steps with this, text, true, and "Document writeln".