Skip to content

Commit 84268a5

Browse files
authored
Small typo fix from lanugages to languages (exercism#17)
1 parent 553f4a2 commit 84268a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It takes an exercism submission and extracts the first ten "interesting" lines o
77

88
## Add your language
99

10-
Each language has a file inside `lib/languages` with the filename `$slug.txt` - for example: `lib/lanugages/ruby.txt`.
10+
Each language has a file inside `lib/languages` with the filename `$slug.txt` - for example: `lib/languages/ruby.txt`.
1111

1212
A language file contains a list of the beginnings of lines that can be ignored.
1313
The extractor skips over all lines of code that start with a line on the `$lang.txt` file, until it finds the first non-matching, at which point it takes the next 10 lines.

0 commit comments

Comments
 (0)