Skip to content

Commit dbed888

Browse files
authored
Harmonize capitalization of metasyntactic variable
1 parent 06e75f0 commit dbed888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ which would define two modules, `Foo` and `Bar`.
4545

4646
To generate an executable module (instead of a library module) add a `main.swift` file to that module’s subdirectory:
4747

48-
example/Sources/foo/main.swift
48+
example/Sources/Foo/main.swift
4949

5050
and `swift build` will now produce an:
5151

52-
* `example/.build/debug/foo`
52+
* `example/.build/debug/Foo`
5353

5454
executable output file.
5555

0 commit comments

Comments
 (0)