1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

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.
This commit is contained in:
Martin Blume 2024-11-16 12:54:09 +01:00 committed by GitHub
parent 326763b178
commit 6613e0f525
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: