diff --git a/doc/STYLE.md b/doc/STYLE.md index a86e48219..cf70a96fe 100644 --- a/doc/STYLE.md +++ b/doc/STYLE.md @@ -202,7 +202,7 @@ You can always add a new output JSON field (Changelog-Added), but you cannot remove one without going through a 6-month deprecation cycle (Changelog-Deprecated) -So, only output it if `deprecated-apis` is true, so users can test +So, only output it if `allow-deprecated-apis` is true, so users can test their code is futureproof. In 6 months remove it (Changelog-Removed). Changing existing input parameters is harder, and should generally be