Skip to content

Commit 86efe10

Browse files
Update basic.md (exercism#23)
1 parent 6797b4c commit 86efe10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/basic.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
The basic mode of the Snippet Extractor is extremely naive but works well to get you started.
44

55
A language config file contains a list of the beginnings of lines that can be ignored.
6-
The extractor skips over all lines of code that start with a line in the config file.
7-
Once the extract finds the first non-matching, it returns the next 10 lines, regardless of if they match the config file or not.
6+
The extractor skips over all lines of code that start with a line that's in the config file.
7+
Once the extract finds the first non-matching, it returns the next 10 lines, regardless if they match the config file or not.
88

9-
Things like HEREDOC and block comments where there is not some marker on each line are not supported.
10-
Use the [Extended Mode](./extended.md) for those.
9+
Skipping code like HEREDOC and block comments, where there is not some marker on each line, is not supported.
10+
Use the [Extended Mode](./extended.md) for those cases.

0 commit comments

Comments
 (0)