From 85aec201b3145fc12ea50a23d1768fbaf2cf9060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BC=82=E6=B5=81?= Date: Wed, 24 Jul 2024 15:24:05 +0800 Subject: [PATCH] Update docs/molecule_api.md Co-authored-by: Eval Exec --- docs/molecule_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/molecule_api.md b/docs/molecule_api.md index acbb0fb..58c65fe 100644 --- a/docs/molecule_api.md +++ b/docs/molecule_api.md @@ -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