Skip to content

Commit

Permalink
Merge pull request #7192 from RichMorin/patch-4
Browse files Browse the repository at this point in the history
fix minor copy error
  • Loading branch information
StefanKarpinski committed Jun 9, 2014
2 parents 75f2e4f + e2a44d8 commit c71c57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/metaprogramming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ Perhaps surprisingly, these behaviors are not hard-coded into the Julia
parser or compiler. Instead, they are custom behaviors provided by a
general mechanism that anyone can use: prefixed string literals are
parsed as calls to specially-named macros. For example, the regular
expression macros is just the following::
expression macro is just the following::

macro r_str(p)
Regex(p)
Expand Down

0 comments on commit c71c57a

Please sign in to comment.