Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Mar 4, 2012
1 parent dbee856 commit 0200f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/svg/area-radial-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ suite.addBatch({
"interpolate(cardinal)": {
"supports cardinal interpolation": testInterpolation("cardinal"),
"supports cardinal-open interpolation": testInterpolation("cardinal-open"),
"supports cardinal-closed interpolation": testInterpolation("cardinal-open")
"supports cardinal-closed interpolation": testInterpolation("cardinal-closed")
},

"interpolate(monotone)": {
Expand Down

0 comments on commit 0200f65

Please sign in to comment.