Skip to content

Commit

Permalink
Fixed that one bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason LaPorte committed Jul 25, 2013
1 parent 6910455 commit 664abb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/lang/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,18 @@ module.exports = require("../template")({
"for-day": "$1 throughout the day",
"for-week": "$1 throughout the week",
"over-weekend": "$1 over the weekend",
"continuing": "continuing $1",
"starting-again": "starting again $1",
"starting-again-later": "starting again $1 later",
"stopping-later": "stopping $1 later",
"starting": "$1 starting $2",
"starting-in": "$1 starting in $2",
"stopping-in": "$1 stopping in $2",
"until": "$1 until $2",
"continuing-until": "$1 continuing until $2",
"peaking": "$1 peaking at $2",
"rising": "$1 rising to $2",
"valleying": "$1 bottoming out at $2",
"falling": "$1 falling to $2",
"starting-again": "starting again $1",
"starting-again-later": "starting again $1 later",
"stopping-later": "stopping $1 later",
/* Capitalize the first letter of every word, except if that word is
* "and". (This is a very crude bastardization of proper English titling
* rules, but it is adequate for the purposes of this module.) */
Expand Down
2 changes: 1 addition & 1 deletion test-cases/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Overcast starting in the evening, continuing overnight.":
["sentence", ["clauses",
["starting", "heavy-clouds", "evening"],
["continuing-until", "night"]]],
["continuing", "night"]]],

"Light sleet later this afternoon, then snow tomorrow morning.":
["sentence", ["then",
Expand Down

0 comments on commit 664abb9

Please sign in to comment.