From a353aa525e50a24c89cb8b97a8ebcc7c22cb9a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Rivi=C3=A8re?= Date: Tue, 12 Mar 2024 22:17:10 +0100 Subject: [PATCH] Documentation for d3-geo#281 (#3803) for when we merge https://github.com/d3/d3-geo/pull/281 Co-authored-by: Mike Bostock --- docs/d3-geo/shape.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/d3-geo/shape.md b/docs/d3-geo/shape.md index 56b0a6c538004..9a55e8561192d 100644 --- a/docs/d3-geo/shape.md +++ b/docs/d3-geo/shape.md @@ -106,7 +106,7 @@ function radius() { ```js function precision() { - return 6; + return 2; } ```