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

Documentation has typo in Memory Layout Types #719

Closed
ekrich opened this issue May 13, 2017 · 2 comments
Closed

Documentation has typo in Memory Layout Types #719

ekrich opened this issue May 13, 2017 · 2 comments
Milestone

Comments

@ekrich
Copy link
Member

ekrich commented May 13, 2017

The code currently reads:
println(s"first ${!ptr_.1}, second ${!ptr._2}")
But should read:
println(s"first ${!ptr._1}, second ${!ptr._2}")

@densh densh added this to the 0.3 milestone May 18, 2017
@densh
Copy link
Member

densh commented May 18, 2017

Nice catch, @ekrich !

densh added a commit to densh/scala-native that referenced this issue May 18, 2017
@densh densh closed this as completed in da05612 May 18, 2017
@ekrich
Copy link
Member Author

ekrich commented May 18, 2017

Thank you! 👍

muxanick pushed a commit to muxanick/scala-native that referenced this issue May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants