Skip to content

Commit

Permalink
Remove quote marks from string constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
jstnhuang committed Feb 17, 2016
1 parent 93dc6c0 commit 06227e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action/Face.action
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ string question # The question to ask to the user.
string[] choices # Choices for multiple choice question.

# Display types.
string DEFAULT = 'default'
string DISPLAY_MESSAGE = 'displayMessage'
string ASK_CHOICE = 'askMultipleChoice'
string DEFAULT = default
string DISPLAY_MESSAGE = displayMessage
string ASK_CHOICE = askMultipleChoice
---
string choice # The selected choice, if applicable.
---

0 comments on commit 06227e3

Please sign in to comment.