From c8a30e8092376ad4cb13af1a1dd40bcacbd78108 Mon Sep 17 00:00:00 2001 From: Ryan Worcester Date: Sat, 20 Jun 2015 16:18:17 -0500 Subject: [PATCH] \ is backslash / is forward slash --- posts/2013-12-19-The-Hungry-Variable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2013-12-19-The-Hungry-Variable.md b/posts/2013-12-19-The-Hungry-Variable.md index 6d77f447..4a3e157a 100644 --- a/posts/2013-12-19-The-Hungry-Variable.md +++ b/posts/2013-12-19-The-Hungry-Variable.md @@ -50,7 +50,7 @@ The regex then extends to the slash after the typewriter single quote, and so the `//'` is simply a comment. -If you want the pre to do as expected, add a single forward slash before the +If you want the pre to do as expected, add a single backslash before the first "[": ```