From fda0af482f399caf0f49cc03579d5514c558a934 Mon Sep 17 00:00:00 2001 From: Kim Shrier Date: Sun, 19 Jan 2025 04:17:07 -0700 Subject: [PATCH] doc: fix minor grammar error in attributes description (#23513) --- doc/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index 65b6a465fe..4593d2f5a4 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -5768,8 +5768,8 @@ Deprecated functions cause warnings, which cause errors if built with `-prod`. T CI breakage, it is advisable to set a future date, ahead of the date when the code is merged. This gives people who actively developed V projects, the chance to see the deprecation notice at least once and fix the uses. Setting a date in the next 30 days, assumes they would have compiled their -projects manually at least once, within that time. For small changes, this should be plenty time. -For complex changes, this time may need to be longer. +projects manually at least once, within that time. For small changes, this should be plenty +of time. For complex changes, this time may need to be longer. Different V projects and maintainers may reasonably choose different deprecation policies. Depending on the type and impact of the change, you may want to consult with them first, before