Skip to content

Commit

Permalink
Fix typo in regex.cr (crystal-lang#13751)
Browse files Browse the repository at this point in the history
  • Loading branch information
beta-ziliani authored and Blacksmoke16 committed Dec 11, 2023
1 parent dc0832a commit d765796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regex.cr
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ require "./regex/match_data"
#
# Many programming languages and tools implement their own regular expression
# language, but Crystal uses [PCRE2](http://www.pcre.org/), a popular C library, with
# [JIT complication](http://www.pcre.org/current/doc/html/pcre2jit.html) enabled
# [JIT compilation](http://www.pcre.org/current/doc/html/pcre2jit.html) enabled
# for providing regular expressions. Here give a brief summary of the most
# basic features of regular expressions - grouping, repetition, and
# alternation - but the feature set of PCRE2 extends far beyond these, and we
Expand Down

0 comments on commit d765796

Please sign in to comment.