Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code snippet in
socket.inko
tutorial
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
- Loading branch information