Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 738ff64

Browse files
author
Abigail Magalhães
committed
smh my head
1 parent be2be22 commit 738ff64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backend/Escape.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ chars = Map.fromList
106106
, ('-', "_minus")
107107
, ('~', "_tilde")
108108
, ('[', "_lbrack")
109-
, (']', "_rbrack ")
109+
, (']', "_rbrack")
110110
, ('\'', "_prime")
111111
, ('_', "_") ]

0 commit comments

Comments
 (0)