Skip to content

Commit

Permalink
Update docs/molecule_api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eval Exec <execvy@gmail.com>
  • Loading branch information
driftluo and eval-exec authored Jul 24, 2024
1 parent 32a9e08 commit 85aec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/molecule_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ table New {
}
```

Like the scheme in the example above, `Old` can use the `from_compatible_slice` api to read `New's` data.At the same time, the structure will have APIs such as `count_extra_fields`/`has_extra_fields`/`has_extra_fields` to let users know that there is extra data in the read data. It is currently compatible with reading.
Like the scheme in the example above, `Old` can use the `from_compatible_slice` api to read `New`'s data. At the same time, the structure will have APIs such as `count_extra_fields`/`has_extra_fields`/`has_extra_fields` to let users know that there is extra data in the read data. It is currently compatible with reading.

#### Reader
```rust
Expand Down

0 comments on commit 85aec20

Please sign in to comment.