Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
remove extra quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
knowuh committed Apr 11, 2012
1 parent 21f2095 commit 26cd638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/author/slope_tool_sequence.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.SlopeToolSequence = class SlopeToolSequence
results = "<p>Incorrect.</p>"
results = """
#{results}
<p>Select a point between "#{@xMin} and #{@xMax} "#{@xUnits}".</p>
<p>Select a point between #{@xMin} and #{@xMax} #{@xUnits}.</p>
<p>Then click "OK". </p>
"""
results
Expand Down

0 comments on commit 26cd638

Please sign in to comment.