aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/net/tcp.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/world/net/tcp.jvm.lux')
-rw-r--r--stdlib/source/lux/world/net/tcp.jvm.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/world/net/tcp.jvm.lux b/stdlib/source/lux/world/net/tcp.jvm.lux
index 86b19136a..6c65a92ca 100644
--- a/stdlib/source/lux/world/net/tcp.jvm.lux
+++ b/stdlib/source/lux/world/net/tcp.jvm.lux
@@ -65,7 +65,7 @@
(def: #export (close self)
(-> TCP (Task Any))
- (let [(^open) (:representation self)]
+ (let [(^open ".") (:representation self)]
(promise.future
(do io.Monad<Process>
[_ (AutoCloseable::close [] in)