Skip to content

Commit 7d40943

Browse files
Minor typo
1 parent 6dfa9f2 commit 7d40943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use these comments to find the corresponding source file. This archive also cont
2121

2222
## Naming Conventions
2323

24-
The examples include "scripts" that are run with the `scala` command (or within SBT using the `console`), source files that are compiled with `scalac`, and source files that deliberately fail to compile to demonstrate common errors. To keep then straight and to support building with SBT, the following naming conventions are used for the files.
24+
The examples include "scripts" that are run with the `scala` command (or within SBT using the `console`), source files that are compiled with `scalac`, and source files that deliberately fail to compile to demonstrate common errors. To keep them straight and to support building with SBT, the following naming conventions are used for the files:
2525

2626
- `build.sbt` - The SBT build script (described below).
2727
- `*.scala` - Source files that are compiled with `scala`. In fact, this is the community-standard extension for all Scala files, code to be compiled or scripts. But to keep the build process simple, I use different conventions for files that aren't compiled, discussed next.

0 commit comments

Comments
 (0)