Skip to content

Commit

Permalink
Fix typo in FFI definition for flags
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Jul 21, 2014
1 parent 9485d42 commit 4bd42a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/String/Regex.purs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ foreign import source
\}" :: Regex -> String

foreign import flags
"function source(r) {\
"function flags(r) {\
\ return {\
\ multiline: r.multiline,\
\ ignoreCase: r.ignoreCase,\
Expand Down

0 comments on commit 4bd42a1

Please sign in to comment.