commit | 49302e7a253250ce911842beb551de987b2cc03e | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed Apr 25 21:23:18 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Wed Apr 25 21:25:02 2018 -0700 |
tree | 35c933a5b60e7cc7c976b7672d7e6efd33b18306 | |
parent | 2c1dac54aa234567acf5050fc5c4e7ef7bd6be01 [diff] |
Fix typo in readme - stabilized
diff --git a/README.md b/README.md index 6a9153f..52fe7fb 100644 --- a/README.md +++ b/README.md
@@ -17,7 +17,7 @@ * Structured input/output The hope is that libraries ported to `proc_macro2` will be trivial to port to -the real `proc_macro` crate once the support on nightly is stabilize. +the real `proc_macro` crate once the support on nightly is stabilized. ## Usage