Skip to content

Commit

Permalink
Fix typo in '?' macro - Fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
jbondeson committed Nov 30, 2017
1 parent 080dc67 commit 01ea66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kii/keys/firmware/predefined.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
[:mac/pipe "|" ["#:'|'"] :mac]
[:mac/lt "<" ["#:'<'"] :mac {:font-size "16px"}]
[:mac/gt ">" ["#:'>'"] :mac {:font-size "16px"}]
[:mac/ques "?" ["#:'e?'"] :mac]
[:mac/ques "?" ["#:'?'"] :mac]
[:mac/colon ":" ["#:':'"] :mac {:font-size "16px"}]
[:mac/dquot "\"" ["#:'\"'"] :mac {:font-size "16px"}]

Expand Down

0 comments on commit 01ea66e

Please sign in to comment.