From 37eaf55c807ec14089862a8e715e4678357118fc Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sun, 2 Nov 2025 21:30:19 -0500 Subject: [PATCH] fix: typo in comment Co-authored-by: Justin Johnson --- CRUSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRUSH.md b/CRUSH.md index 226214bb9bafddac4b3f674059adaa48aef0d434..b98b8813fde6109bd5fdbbc21b1c2f92dee602af 100644 --- a/CRUSH.md +++ b/CRUSH.md @@ -62,7 +62,7 @@ func TestYourFunction(t *testing.T) { ## Comments -- Comments that live one their own lines should start with capital letters and +- Comments that live on their own lines should start with capital letters and end with periods. Wrap comments at 78 columns. ## Committing