From e87b4c67c2051e01ea6d6c66019496b0ac351ea5 Mon Sep 17 00:00:00 2001 From: Nicole Mazzuca Date: Fri, 21 Apr 2017 04:19:58 -0700 Subject: [PATCH] you're -> your (#16) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c001e..69e5db2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code. -*Note: This is currently just a first prototype and everything is unstable for now. If you're code can't be parsed, please file an issue.* +*Note: This is currently just a first prototype and everything is unstable for now. If your code can't be parsed, please file an issue.* ## Motivation