Skip to content

Commit

Permalink
Fix kramdown inferring incorrect smart quote
Browse files Browse the repository at this point in the history
Thanks to @zhiming-xu for reporting this in
missing-semester#49.
  • Loading branch information
anishathalye committed May 24, 2020
1 parent 7807484 commit 96c4d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _2020/data-wrangling.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ you can pass `-E`.

So, looking back at `/.*Disconnected from /`, we see that it matches
any text that starts with any number of characters, followed by the
literal string "Disconnected from ". Which is what we wanted. But
literal string "Disconnected from ”. Which is what we wanted. But
beware, regular expressions are trixy. What if someone tried to log in
with the username "Disconnected from"? We'd have:

Expand Down

0 comments on commit 96c4d86

Please sign in to comment.