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

Fix code snippet in socket.inko tutorial #794

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

evomassiny
Copy link
Contributor

Hi,

This PR fixes a trivial bug in one of the code snippets of the "getting-started" documentation: it fixes #793

Best regards,

evomassiny

Commit `a9c7bd726` changed the type of `SocketAddress.ip`,
from an `Option[IpAddress]` to an `IpAddress`.
This commit adapts the tutorial to the new `IpAddress` API.

Changelog: fixed
@yorickpeterse
Copy link
Collaborator

@evomassiny Thanks!

@yorickpeterse yorickpeterse added bug Defects, unintended behaviour, etc documentation Documentation related changes labels Dec 31, 2024
@yorickpeterse yorickpeterse added this to the 0.18.0 milestone Dec 31, 2024
@yorickpeterse yorickpeterse self-assigned this Dec 31, 2024
@yorickpeterse yorickpeterse merged commit 1152a57 into inko-lang:main Dec 31, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects, unintended behaviour, etc documentation Documentation related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code snippet in "getting-started/sockets" fails to compile
2 participants