]> git.lizzy.rs Git - rust.git/commitdiff
Fix a missing word in the README
authorNicholas Bishop <nicholasbishop@gmail.com>
Sat, 2 May 2015 23:15:00 +0000 (19:15 -0400)
committerNicholas Bishop <nicholasbishop@gmail.com>
Sat, 2 May 2015 23:15:42 +0000 (19:15 -0400)
README.md

index 74ed52129a4523406003bf58129906047241003f..54a8bfc4c2ffd7f76598569a0de91695e8ab3a98 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ when making those changes.
 
 The advantage of the tokens approach are that you can operate on non-parsable
 code. I don't care too much about that, it would be nice, but I think being able
-to sophisticated transformations is more important. In the future I hope to
+to perform sophisticated transformations is more important. In the future I hope to
 (optionally) be able to use type information for informing reformatting too. One
 specific case of unparsable code is macros. Using tokens is certainly easier
 here, but I believe it is perfectly solvable with the AST approach. At the limit,