From 5668291e06b827aabdff733a0cc56378a68ce490 Mon Sep 17 00:00:00 2001 From: chibash Date: Sat, 30 Jan 2021 11:05:23 +0900 Subject: [PATCH] fixes typos for #357 --- Readme.html | 2 +- src/main/javassist/bytecode/LocalVariableAttribute.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.html b/Readme.html index 247962a5..5cfff1f0 100644 --- a/Readme.html +++ b/Readme.html @@ -293,7 +293,7 @@ see javassist.Dump.

-version 3.28

-version 3.27 on March 19, 2020 diff --git a/src/main/javassist/bytecode/LocalVariableAttribute.java b/src/main/javassist/bytecode/LocalVariableAttribute.java index dcee7965..3f35e440 100644 --- a/src/main/javassist/bytecode/LocalVariableAttribute.java +++ b/src/main/javassist/bytecode/LocalVariableAttribute.java @@ -219,8 +219,8 @@ public class LocalVariableAttribute extends AttributeInfo { /** * Returns the name of the local variable with given index. - * If you want get the parameter name of method with correct order, - * should using this method. + * If you want to get the parameter name of method with correct order, + * you should using this method. * * @param index the index of the local variable. */ -- 2.39.5