Skip to content

Commit

Permalink
fixes typos for #357
Browse files Browse the repository at this point in the history
  • Loading branch information
chibash committed Jan 30, 2021
1 parent fc728c4 commit 5668291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.html
Expand Up @@ -293,7 +293,7 @@ <h2>Changes</h2>

<p>-version 3.28
<ul>
<li>GitHub Issue #328, #339.
<li>GitHub Issue #328, #339, #357.
</ul>

<p>-version 3.27 on March 19, 2020
Expand Down
4 changes: 2 additions & 2 deletions src/main/javassist/bytecode/LocalVariableAttribute.java
Expand Up @@ -219,8 +219,8 @@ public String variableName(int i) {

/**
* 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.
*/
Expand Down

0 comments on commit 5668291

Please sign in to comment.