From 3e9b0ba4f0eb81f3c0685298331d434411aa7e48 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 6 Dec 2023 15:55:20 -0800 Subject: [PATCH] Update 04-modules-and-access-control.md --- docs/user-guide/04-modules-and-access-control.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user-guide/04-modules-and-access-control.md b/docs/user-guide/04-modules-and-access-control.md index 1dd766affe..7f6ec91a54 100644 --- a/docs/user-guide/04-modules-and-access-control.md +++ b/docs/user-guide/04-modules-and-access-control.md @@ -1,4 +1,3 @@ - --- layout: user-guide --- @@ -195,4 +194,4 @@ A module is determined to be written in legacy language if all the following con - There is no use of `__include`. - There is no use of any visibility modifiers -- `public`, `private` or `internal`. -The user is advised that this legacy mode is for compatibility only. This mode may be deprecated in the future, and it is strongly recommended that new code should not rely on this compiler behavior. \ No newline at end of file +The user is advised that this legacy mode is for compatibility only. This mode may be deprecated in the future, and it is strongly recommended that new code should not rely on this compiler behavior.