Skip to content

Commit cee9f6f

Browse files
authored
Merge pull request #212 from masonmill/patch-1
Fix typo
2 parents 5f3d810 + 34c07af commit cee9f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup_xcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ An Xcode target compiles (builds) one executable.
182182
### Compile sources
183183
{: .primer-spec-toc-ignore }
184184

185-
We need to avoid multiple `main()` functions by including the right files in our target. Click "p1-stats" in the side bar, then "p1-stats" under TARGETS. Click "Build Phases", the "Compile Sources". Include the files needed to compile the main program. Remove any other files by selecting them and clicking on the "–" button.
185+
We need to avoid multiple `main()` functions by including the right files in our target. Click "p1-stats" in the side bar, then "p1-stats" under TARGETS. Click "Build Phases", then "Compile Sources". Include the files needed to compile the main program. Remove any other files by selecting them and clicking on the "–" button.
186186

187187
<img src="images/xcode130.png" width="768px" />
188188

0 commit comments

Comments
 (0)