Skip to content

Update Attributes.md to remove error regarding accessor macros #375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TSPL.docc/ReferenceManual/Attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ indicates the macro's role:
on an extension, a type alias, or a type that's nested inside a function,
or use an extension macro to add an extension that has a peer macro.

The peer, member, and accessor macro roles require a `names:` argument,
The peer and member macro roles require a `names:` argument,
listing the names of the symbols that the macro generates.
The extension macro role also requires a `names:` argument
if the macro adds declarations inside the extension.
Expand Down