Skip to content

Commit c4266f6

Browse files
authored
Merge pull request #77360 from wabiverse/wabi-interop-vcruntime-modulemap
Fix typos in VCRuntime modulemap.
2 parents 8e3a620 + c68b0d8 commit c4266f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ module std [system] {
259259
}
260260

261261
module any {
262-
requires cpluplus17
262+
requires cplusplus17
263263
header "any"
264264
export *
265265
}
@@ -566,7 +566,7 @@ module std [system] {
566566
}
567567

568568
module spanstream {
569-
requires cpluplus23
569+
requires cplusplus23
570570
header "spanstream"
571571
export *
572572
}

0 commit comments

Comments
 (0)