diff options
| author | Yong He <yonghe@outlook.com> | 2023-12-06 15:55:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-06 15:55:20 -0800 |
| commit | 3e9b0ba4f0eb81f3c0685298331d434411aa7e48 (patch) | |
| tree | 69b827481a67be2bfbdc1f0290be5199700220ff | |
| parent | 8102e5ee81db177372bb90188c65d003a4907aa4 (diff) | |
Update 04-modules-and-access-control.md
| -rw-r--r-- | docs/user-guide/04-modules-and-access-control.md | 3 |
1 files changed, 1 insertions, 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 1dd766aff..7f6ec91a5 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. |
