all: remove invalid var as string option unwrapping

This commit is contained in:
ge
2025-12-13 02:31:11 +03:00
parent 5c0d45f3e5
commit a815937d43
2 changed files with 6 additions and 6 deletions

View File

@@ -196,8 +196,7 @@ if available. For example (V REPL session):
fe80::d08e:6658:38bd:6391%wlan0
>>> ip6_scoped.zone_id
Option('wlan0')
>>> zone_id := ip6_scoped.zone_id as string
>>> zone_id
>>> ip6_scoped.zone_id?
wlan0
```