From 7783ae22ebfe30bafc02207536eba0ae0d305335 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 7 Mar 2019 14:04:28 +0100 Subject: [PATCH] Typo: missing 'of' (#2517) "the growth our code" -> "the growth of our code" --- pkgs/racket-doc/scribblings/style/style.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/style/style.scrbl b/pkgs/racket-doc/scribblings/style/style.scrbl index e0a89d29c0..c4a20f9122 100644 --- a/pkgs/racket-doc/scribblings/style/style.scrbl +++ b/pkgs/racket-doc/scribblings/style/style.scrbl @@ -16,7 +16,7 @@ Since 1995 the number of ``repository contributors'' has grown from a small hand help us, the developers, and our users, who use the open source code in our repository as an implicit guide to Racket programming. -To help manage the growth our code and showcase good Racket style, we need +To help manage the growth of our code and showcase good Racket style, we need guidelines that shape the contributions to the code base. These guidelines should achieve some level of consistency across the different portions of the code base so that everyone who opens files can easily find their way