From 0ab66148ef112f81c1e683079d1eb2564dc28ae1 Mon Sep 17 00:00:00 2001 From: Leigh Cepriano Pulzone Date: Mon, 18 Sep 2023 14:31:13 -0700 Subject: [PATCH] Update syntax in style.md An apostrophe was missing from one word and placed in the wrong spot for another word. This PR adds and moves an apostrophe. --- style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.md b/style.md index 42ce98ba..64be730d 100644 --- a/style.md +++ b/style.md @@ -79,7 +79,7 @@ misnomer, since these conventions cover far more than just source file formatting—gofmt handles that for us. The goal of this guide is to manage this complexity by describing in detail the -Dos and Don'ts of writing Go code at Uber. These rules exist to keep the code +Do's and Dont's of writing Go code at Uber. These rules exist to keep the code base manageable while still allowing engineers to use Go language features productively.