Skip to content

Commit

Permalink
More descriptive ACCESS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Khhs167 committed Jan 28, 2024
1 parent ea6a135 commit 6bfec68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ACCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ that we should try and give each one a purpose.

| Name | Effect |
|---------|------------------------------------------|
| private | private |
| set | public |
| private | May only be accessed within scope |
| set | May be accessed outside scope |
| static | class-wide(not on instances) |
| unsafe | unmanaged code allowed(pointers) |
| extern | External(may not define function body) |
Expand Down

0 comments on commit 6bfec68

Please sign in to comment.