Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 1b97923

Browse files
committed
Merge pull request #30 from Hoverbear/patch-1
Derive not Deriving
2 parents a54089c + 8eaf314 commit 1b97923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rustc-serialize
22

33
Serialization and deserialization support provided by the compiler in the form
4-
of `deriving(RustcEncodable, RustcDecodable)`.
4+
of `derive(RustcEncodable, RustcDecodable)`.
55

66
[![Build Status](https://travis-ci.org/rust-lang/rustc-serialize.svg?branch=master)](https://travis-ci.org/rust-lang/rustc-serialize)
77

0 commit comments

Comments
 (0)