Skip to content

Commit

Permalink
Merge pull request #1197 from maximecolin/patch-4
Browse files Browse the repository at this point in the history
Fix typo in attributes documentation
  • Loading branch information
mcg-web authored Dec 19, 2024
2 parents 31f217f + 7c94386 commit 3a98cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/attributes/attributes-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Coordinates {

---

## `#[[Access]]`
## `#[Access]`

Added on a _class_ in conjunction with `#Type` or `#TypeInterface`, this annotation will define the default access type on this fields.
Added on a _property_ or _method_ in conjunction with `#Field`, it'll define the access type on this particular field.
Expand Down

0 comments on commit 3a98cc1

Please sign in to comment.