From 6613e0f5252c60f9bf2ae2355d5ae1a99826f717 Mon Sep 17 00:00:00 2001 From: Martin Blume Date: Sat, 16 Nov 2024 12:54:09 +0100 Subject: [PATCH] 14851: Do not use serial comma in negative example (#14852) The example used to highlight the ambiguity when not using a serial comma was actually using the serial comma. Thus, making the example not helpful. This commit removes this erroneous usage of the comma in the example. --- contributing-guides/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 13b92cf3e..92f517ff3 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -239,7 +239,7 @@ use a [serial comma](https://en.wikipedia.org/wiki/Serial_comma), also known as the Oxford comma, since omitting it can create ambiguity. -> Delete the Git branches, tags, and remotes. +> Delete the Git branches, tags and remotes. The example above does not use a serial comma, so this could mean one of two things: