Skip to content

Commit cf32559

Browse files
authored
Merge pull request swiftlang#30481 from MForster/patch-2
2 parents d4a0b67 + ec9fd08 commit cf32559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CppInteroperabilityManifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ public moveonly struct File {
15361536

15371537
func useArrayOfFiles() {
15381538
var files: [File] = ...
1539-
consumeFile(files[0].move())
1539+
consumeFile(files[0].cxxMove())
15401540
}
15411541
```
15421542

0 commit comments

Comments
 (0)