Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 12, 2016
1 parent 2ea1ba4 commit 0af8c9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ decomment(code, {safe: true}); //=> /*! special */ var a;
##### options.ignore ⇒ RegExp | [RegExp,...]

Takes either a single or an array of regular expressions to match against.

All matching blocks are ignored, as well as any comment-like content inside them.
All matching blocks are then skipped, as well as any comment-like content inside them.

Examples:

Expand Down

0 comments on commit 0af8c9f

Please sign in to comment.