Skip to content

Commit d0aea34

Browse files
authored
Update multiplatform-discover-project.md (#4637)
This PR corrects the terminology used when referring to source set naming conventions. The current text mentions “prefixes” when it should say “suffixes,” as terms like commonMain and iosArm64Main have “Main” at the end, making “suffix” the correct term.
1 parent 76c0922 commit d0aea34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/multiplatform/multiplatform-discover-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ devices, respectively, you can use the `tvosMain` intermediate source set for al
289289
## Integration with tests
290290

291291
Real-life projects also require tests alongside the main production code. This is why all source sets created by
292-
default have the `Main` and `Test` prefixes. `Main` contains production code, while `Test` contains tests for this code.
292+
default have the `Main` and `Test` suffixes. `Main` contains production code, while `Test` contains tests for this code.
293293
The connection between them is established automatically, and tests can use the API provided by the `Main` code without
294294
additional configuration.
295295

0 commit comments

Comments
 (0)