diff --git a/proposals/0387-cross-compilation-destinations.md b/proposals/0387-cross-compilation-destinations.md index 40367a6464..0346b10bb1 100644 --- a/proposals/0387-cross-compilation-destinations.md +++ b/proposals/0387-cross-compilation-destinations.md @@ -325,7 +325,7 @@ and `"version": "3.0"` for backward compatibility, but for consistency with `inf "schemaVersion": "4.0", "targetTriples": { "": { - "sdkRootPath": "", + "sdkRootPath": "", // all of the properties listed below are optional: "swiftResourcesPath": "", "swiftStaticResourcesPath": "", @@ -335,7 +335,7 @@ and `"version": "3.0"` for backward compatibility, but for consistency with `inf }, // a Swift SDK can support more than one target triple: "": { - "sdkRootPath": "", + "sdkRootPath": "", // all of the properties listed below are optional: "swiftResourcesPath": "", "swiftStaticResourcesPath": "",