Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 569fb82

Browse files
committed
fix a few typos
1 parent 795a430 commit 569fb82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Quantifiers, alternations: rm+ rn+ n+
3333
Match objects: rm+ rn+ n+
3434
Named and positional captures: rm+ rn+ n+
3535
Conjunction: rm- rn-
36-
Longest-Token Matching: rm+- (only for constants) rn- rm+
36+
Longest-Token Matching: rm+- (only for constants) rn- n+
3737
Character classes: rm+- (no backlash escapes) rn-
3838
Embedded code blocks: rm+ rn-
3939
Variable interpolation: rm+- (only scalars) rn-
@@ -94,7 +94,7 @@ Basic macros: rm- rn-
9494
Hygienic macros: rm- rn- n-
9595

9696
= Concurrency
97-
Basic threads: rm- rm- n+
97+
Basic threads: rm- rn- n+
9898
Synchronization: rm- rn- n+-
9999
Parallelized hyper operators: rm- rn-
100100

0 commit comments

Comments
 (0)