From 26dee22bf994d09a0369dc290361fcda9c67dab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=A2=A6?= Date: Thu, 20 Jul 2017 10:44:05 +0800 Subject: [PATCH] update readME --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a51e5e..c88cb66a 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ AutoPatch will generate patch for Robust automatically. You just need to fellow # Attentions -1. You should modify inner classes' priavte constructors to public modifier. +1. You should modify inner classes' private constructors to public modifier. 2. AutoPatch cannot handle situations which method returns **this**,you may need to wrap it like belows: ```java