Skip to content

Commit 6bdb3d3

Browse files
authored
NFC: update CLanguageStandard.c89 docs in PackageDescription (#8320)
### Motivation: Update typo in `CLanguageStandard` description. ### Modifications: - Update description for `c89` standard to use correct year, 1989, instead of 1990. ### Result: - Documentation is improved!
1 parent a666ad1 commit 6bdb3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageDescription/LanguageStandardSettings.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/// package.
1515
public enum CLanguageStandard: String {
1616

17-
/// The identifier for the ISO C 1990 language standard.
17+
/// The identifier for the ISO C 1989 language standard.
1818
case c89
1919

2020
/// The identifier for the ISO C 1990 language standard.

0 commit comments

Comments
 (0)