From 80eeacb3c5f46c46e91c1663f5076b419e726959 Mon Sep 17 00:00:00 2001 From: gluaxspeed Date: Tue, 7 Sep 2021 09:24:00 -0700 Subject: [PATCH] fix some refrences --- docs/rfc/008-built-in-declarations.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/rfc/008-built-in-declarations.md b/docs/rfc/008-built-in-declarations.md index 96e764e319..c91b03e12b 100644 --- a/docs/rfc/008-built-in-declarations.md +++ b/docs/rfc/008-built-in-declarations.md @@ -26,7 +26,7 @@ that can be readily used in programs. The initial motivation for this in Leo was ## Design -Leo supports four kinds of top-level declarations: +Leo supports five kinds of top-level declarations: - Import declarations. - Function declarations. @@ -46,8 +46,7 @@ This does not seem to bring any drawbacks. ## Effect on Ecosystem -This change may interact with libraries and packages in some way, -if we go with case 2 or 3 above. +This change may interact with libraries and packages in some way. But it should not be much different from standard libraries/packages. ## Alternatives