Skip to content

Commit

Permalink
feat(docs): mention entry functions in visibility
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman committed Nov 4, 2024
1 parent 24b2d68 commit 522d80d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Every module member has a visibility. By default, all module members are _private_ - meaning they
are only accessible within the module they are defined in. However, you can add a visibility
modifier to make a module member _public_ - visible outside the module, or _public(package)_ -
visible in the modules within the same package, or _entry_ - can be called from a transaction but
visible in the modules within the same package, or [_entry_](./entry-functions.mdx) - can be called from a transaction but
can't be called from other modules.

## Internal Visibility
Expand Down

0 comments on commit 522d80d

Please sign in to comment.