Skip to content

Commit

Permalink
Fix small typo (#3779)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensologica committed Oct 11, 2023
1 parent 5fbac55 commit cda2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/d3-shape/arc.md
Expand Up @@ -164,7 +164,7 @@ function cornerRadius() {

If the corner radius is greater than zero, the corners of the arc are rounded using circles of the given radius. For a circular sector, the two outer corners are rounded; for an annular sector, all four corners are rounded.

The corner radius may not be larger than ([outerRadius](#arc_outerRadius) - [innerRadius](#arc_innerRadius)) / 2. In addition, for arcs whose angular span is less than π, the corner radius may be reduced as two adjacent rounded corners intersect. This is occurs more often with the inner corners. See the [arc corners animation](https://observablehq.com/@d3/arc-corners) for illustration.
The corner radius may not be larger than ([outerRadius](#arc_outerRadius) - [innerRadius](#arc_innerRadius)) / 2. In addition, for arcs whose angular span is less than π, the corner radius may be reduced as two adjacent rounded corners intersect. This occurs more often with the inner corners. See the [arc corners animation](https://observablehq.com/@d3/arc-corners) for illustration.

## *arc*.startAngle(*angle*) {#arc_startAngle}

Expand Down

0 comments on commit cda2c99

Please sign in to comment.