Skip to content

Commit e4d070c

Browse files
authored
Fix type .cidrv4() and .cidrv4()
1 parent 3e83667 commit e4d070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/docs/content/v4/changelog.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Validation now happens using the `new URL()` constructor, which is far more robu
284284

285285
### drops `z.string().cidr()`
286286

287-
Similarly, this has been replaced with separate `.cidrv4()` and `.cidrv4()` methods. Use `z.union()` to combine them if you need to accept both.
287+
Similarly, this has been replaced with separate `.cidrv4()` and `.cidrv6()` methods. Use `z.union()` to combine them if you need to accept both.
288288

289289
```ts
290290
z.string().cidr() //

0 commit comments

Comments
 (0)