From 259a26118bc9396c1870cec151f8a45329a271df Mon Sep 17 00:00:00 2001 From: jjpinto Date: Fri, 19 Dec 2025 14:22:37 -0500 Subject: [PATCH 1/2] Fix formatting in map-init.md --- src/map-init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map-init.md b/src/map-init.md index 5fecf0e6..7b215c3d 100644 --- a/src/map-init.md +++ b/src/map-init.md @@ -3,7 +3,7 @@ Prefer `make(..)` for empty maps, and maps populated programmatically. This makes map initialization visually distinct from declaration, and it makes it easy to add size -hints later if available. +hints later, if available. From d52774d5f9d7a3aef44465ee5388e1194d97793f Mon Sep 17 00:00:00 2001 From: jjpinto <16046674+jjpinto@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:22:55 +0000 Subject: [PATCH 2/2] Auto-update style.md --- style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.md b/style.md index 6ffaff4b..b9e3d658 100644 --- a/style.md +++ b/style.md @@ -3532,7 +3532,7 @@ sptr := &T{Name: "bar"} Prefer `make(..)` for empty maps, and maps populated programmatically. This makes map initialization visually distinct from declaration, and it makes it easy to add size -hints later if available. +hints later, if available.
BadGood
BadGood