Skip to content

Commit 02d489b

Browse files
ElektrojungeAtWorkaciidgh
authored andcommitted
Use correct strings for the language standard.
1 parent 92406e6 commit 02d489b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/PackageDescription4/LanguageStandardSettings.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ public enum CLanguageStandard: String, Encodable {
1414
case c89
1515
/// The identifier for the C90 language standard.
1616
case c90
17-
/// The identifier for the C9899-1990 language standard.
17+
/// The identifier for the ISO 9899:1990 language standard.
1818
case iso9899_1990 = "iso9899:1990"
19-
/// The identifier for the C9899-1994 language standard.
19+
/// The identifier for the ISO 9899:1994 language standard.
2020
case iso9899_199409 = "iso9899:1994"
2121
/// The identifier for the GNU89 language standard.
2222
case gnu89
2323
/// The identifier for the GNU90 language standard.
2424
case gnu90
2525
/// The identifier for the C99 language standard.
2626
case c99
27-
/// The identifier for the ISO9899-1999 language standard.
27+
/// The identifier for the ISO 9899:1999 language standard.
2828
case iso9899_1999 = "iso9899:1999"
2929
/// The identifier for the GNU99 language standard.
3030
case gnu99
3131
/// The identifier for the C11 language standard.
3232
case c11
33-
/// The identifier for the ISO9899-2011 language standard.
33+
/// The identifier for the ISO 9899:2011 language standard.
3434
case iso9899_2011 = "iso9899:2011"
3535
/// The identifier for the GNU11 language standard.
3636
case gnu11

0 commit comments

Comments
 (0)