Skip to content

Commit

Permalink
docs: Fix nested braces example [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Aug 5, 2019
1 parent c960217 commit 5ef8527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ remotes::install_github("trevorld/bracer")

``bracer`` currently does not properly support the proper Bash-style brace expansion under several conditions such as:

1. Nested braces e.g. ``{{a..d},{1..2}``
1. Nested braces e.g. ``{{a..d},{1..2}}``
2. Unbalanced braces e.g. ``{a,d}}``
3. Using quotes to escape terms e.g. ``{'a,b','c'}``
4. Including a non-escaping backslash ahead of a brace or comma e.g. ``{a,b\\\\\\\\}}``

0 comments on commit 5ef8527

Please sign in to comment.