Skip to content

Commit 798d8c9

Browse files
committed
Update: comment.
1 parent b9e409a commit 798d8c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ assert!(s.validate().is_ok());
3939
- `toml` - provide serialization/deserialization in `toml` format.
4040
- `yaml` - provide serialization/deserialization in `yaml` format.
4141
- `i128` - support `i128`/`u128` type.
42-
- `flatten` - change formatting to flattened error messages (`[jsonschema](https://docs.rs/jsonschema/latest/jsonschema/)` crate style).
42+
- `flatten` - change formatting to flattened error messages ( [jsonschema](https://docs.rs/jsonschema/latest/jsonschema/) crate style).
4343

4444
## Validations
4545

serde_valid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ assert!(s.validate().is_ok());
3939
- `toml` - provide serialization/deserialization in `toml` format.
4040
- `yaml` - provide serialization/deserialization in `yaml` format.
4141
- `i128` - support `i128`/`u128` type.
42-
- `flatten` - change formatting to flattened error messages (`[jsonschema](https://docs.rs/jsonschema/latest/jsonschema/)` crate style).
42+
- `flatten` - change formatting to flattened error messages ( [jsonschema](https://docs.rs/jsonschema/latest/jsonschema/) crate style).
4343

4444
## Validations
4545

serde_valid/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//! - `toml` - provide serialization/deserialization in `toml` format.
4040
//! - `yaml` - provide serialization/deserialization in `yaml` format.
4141
//! - `i128` - support `i128`/`u128` type.
42-
//! - `flatten` - change formatting to flattened error messages (`[jsonschema](https://docs.rs/jsonschema/latest/jsonschema/)` crate style).
42+
//! - `flatten` - change formatting to flattened error messages ( [jsonschema](https://docs.rs/jsonschema/latest/jsonschema/) crate style).
4343
//!
4444
//! ## Validations
4545
//!

0 commit comments

Comments
 (0)