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

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a few typos
  • Loading branch information
moritz committed Jul 25, 2011
1 parent 795a430 commit 569fb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features.txt
Expand Up @@ -33,7 +33,7 @@ Quantifiers, alternations: rm+ rn+ n+
Match objects: rm+ rn+ n+
Named and positional captures: rm+ rn+ n+
Conjunction: rm- rn-
Longest-Token Matching: rm+- (only for constants) rn- rm+
Longest-Token Matching: rm+- (only for constants) rn- n+
Character classes: rm+- (no backlash escapes) rn-
Embedded code blocks: rm+ rn-
Variable interpolation: rm+- (only scalars) rn-
Expand Down Expand Up @@ -94,7 +94,7 @@ Basic macros: rm- rn-
Hygienic macros: rm- rn- n-

= Concurrency
Basic threads: rm- rm- n+
Basic threads: rm- rn- n+
Synchronization: rm- rn- n+-
Parallelized hyper operators: rm- rn-

Expand Down

0 comments on commit 569fb82

Please sign in to comment.