summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pure/uri.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/uri.nim b/lib/pure/uri.nim
index edab71c97..ebc8b90ef 100644
--- a/lib/pure/uri.nim
+++ b/lib/pure/uri.nim
@@ -50,7 +50,7 @@ type
     scheme*, username*, password*: string
     hostname*, port*, path*, query*, anchor*: string
     opaque*: bool
-    isIpv6: bool # not expose it for compatibility.
+    isIpv6*: bool
 
   UriParseError* = object of ValueError