mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +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:
parent
326763b178
commit
6613e0f525
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue