Skip to content

Commit 745873f

Browse files
committed
Fix comment.
1 parent 46f5f47 commit 745873f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geo/area.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var d3_geo_area = {
3131
};
3232

3333
function d3_geo_areaRingStart() {
34-
var λ00, φ00, λ0, cosφ0, sinφ0; // start point and two previous points
34+
var λ00, φ00, λ0, cosφ0, sinφ0; // start point and previous point
3535

3636
// For the first point, …
3737
d3_geo_area.point = function(λ, φ) {

0 commit comments

Comments
 (0)