This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new b216168 doc: Fix a minor typo in the rustdoc
b216168 is described below
commit b21616858bf01676ca6bdb607c769f9b1849482e
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Oct 30 22:34:08 2025 +0200
doc: Fix a minor typo in the rustdoc
skip-ci
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
avro/README.md | 2 +-
avro/src/lib.rs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/avro/README.md b/avro/README.md
index 0a850f8..57e7194 100644
--- a/avro/README.md
+++ b/avro/README.md
@@ -827,7 +827,7 @@ fn serde_byte_array() {
}
```
-Full implementation and other options for things like fixed byte arrays can
found in src/bytes.rs
+Full implementation and other options for things like fixed byte arrays can be
found in src/bytes.rs
<!-- cargo-rdme end -->
diff --git a/avro/src/lib.rs b/avro/src/lib.rs
index f4612c5..56eb941 100644
--- a/avro/src/lib.rs
+++ b/avro/src/lib.rs
@@ -939,7 +939,7 @@
//! }
//! ```
//!
-//! Full implementation and other options for things like fixed byte arrays
can found in src/bytes.rs
+//! Full implementation and other options for things like fixed byte arrays
can be found in src/bytes.rs
//!
mod bigdecimal;