Skip to content
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

Minor issue with /doc/reference/reducers/ #236

Open
rebinsilva opened this issue Dec 24, 2024 · 0 comments · May be fixed by #237
Open

Minor issue with /doc/reference/reducers/ #236

rebinsilva opened this issue Dec 24, 2024 · 0 comments · May be fixed by #237

Comments

@rebinsilva
Copy link

Issues
In section Declaring a reducer of the reducers.md, the last code section is an example of usage of "__builtin_addressof" but uses "__builtin_address" which is non-existent.

Improvements
The "__builtin_address" can be replaced with "__builtin_addressof" in the code section

neboat added a commit that referenced this issue Jan 3, 2025
Fix typo where `__builtin_address` should be `__builtin_addressof`.  Fixes #236
@neboat neboat linked a pull request Jan 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant