Skip to content

Commit 310baa8

Browse files
committed
docs: update.
1 parent 7260166 commit 310baa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

serde_valid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Serde Valid support standard validation based JSON Schema.
6262
| Array | `#[validate(unique_items)]` | [`ValidateUniqueItems`] | [uniqueItems](https://json-schema.org/understanding-json-schema/reference/array#uniqueItems) |
6363
| Generic | `#[validate(enumerate(5, 10, 15))]` | [`ValidateEnumerate`] | [enum](https://json-schema.org/understanding-json-schema/reference/enum) |
6464

65-
In addition, validation that is not provided in the JSON Schema specification using custom is provided in [serde_valid::utils][module@crate::utils].
65+
In addition, [serde_valid::utils][module@crate::utils] provides a type of validation not described in the JSON schema specification.
6666

6767
| Type | Serde Valid(validate derive) | Serde Valid(validate trait) |
6868
| :-------------------------------: | :-------------------------------------------------------- | :----------------------------------------------------------------------- |

serde_valid/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//! | Array | `#[validate(unique_items)]` | [`ValidateUniqueItems`] | [uniqueItems](https://json-schema.org/understanding-json-schema/reference/array#uniqueItems) |
6363
//! | Generic | `#[validate(enumerate(5, 10, 15))]` | [`ValidateEnumerate`] | [enum](https://json-schema.org/understanding-json-schema/reference/enum) |
6464
//!
65-
//! In addition, validation that is not provided in the JSON Schema specification using custom is provided in [serde_valid::utils][module@crate::utils].
65+
//! In addition, [serde_valid::utils][module@crate::utils] provides a type of validation not described in the JSON schema specification.
6666
//!
6767
//! | Type | Serde Valid(validate derive) | Serde Valid(validate trait) |
6868
//! | :-------------------------------: | :-------------------------------------------------------- | :----------------------------------------------------------------------- |

0 commit comments

Comments
 (0)