From 0a88339cab726cd90e79871c82872df6ebc42964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20=C4=90=E1=BB=A9c=20Hi=E1=BA=BFu?= Date: Mon, 8 Oct 2018 00:49:26 +0700 Subject: [PATCH] README: derive only supports struct types (#44) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c5460..5f0dbee 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ fn main() { ### Deriving `Pread` and `Pwrite` -Scroll implements a custom derive that can provide `Pread` and `Pwrite` implementations for your types. +Scroll implements a custom derive that can provide `Pread` and `Pwrite` implementations for your structs. ``` rust #[macro_use]