From fb9d61659e2f24581095a67fa3029e9d8c84fbf7 Mon Sep 17 00:00:00 2001 From: Luke Warlow <lwarlow@igalia.com> 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 29694ac8d5b..4bfd12055a5 100644 --- a/source +++ b/source @@ -112573,7 +112573,7 @@ document.body.appendChild(frame)</code></pre> <p>The <dfn method for="Document"><code data-x="dom-document-write">document.write(...<var>text</var>)</code></dfn> method steps are - to run the <span>document write steps</span> with <span>this</span>, <var>text</var>, false and + to run the <span>document write steps</span> with <span>this</span>, <var>text</var>, false, and "<code data-x="">Document write</code>".</p> </div> @@ -112604,7 +112604,7 @@ document.body.appendChild(frame)</code></pre> <p>The <dfn method for="Document"><code data-x="dom-document-writeln">document.writeln(...<var>text</var>)</code></dfn> method steps are - to run the <span>document write steps</span> with <span>this</span>, <var>text</var>, true and + to run the <span>document write steps</span> with <span>this</span>, <var>text</var>, true, and "<code data-x="">Document writeln</code>".</p> </div>