You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: