Skip to content

Commit f63c696

Browse files
authored
Oxford comma
Makes the grammar checker happy.
1 parent 9ee2726 commit f63c696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-language/system-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 0786ccdc-20cd-4d96-b3d8-3230507c3066
99

1010
**ANSI 4.10.4.5** The contents and mode of execution of the string by the **system** function
1111

12-
The **system** function executes an internal operating system command, or an .EXE, .COM, .CMD or .BAT file from within a C program rather than from the command line.
12+
The **system** function executes an internal operating system command, or an .EXE, .COM, .CMD, or .BAT file from within a C program rather than from the command line.
1313

1414
The system function finds the command interpreter, which is typically CMD.EXE in the Windows operating system. The system function then passes the argument string to the command interpreter.
1515

0 commit comments

Comments
 (0)