Skip to content

Commit

Permalink
Fixed javadoc text
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioLupu committed May 21, 2024
1 parent a28b425 commit 4a78764
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public RosettaInterpreterBaseValue interp(LogicalOperation expr) {
}

/**
* Helper method that takes an interpretedValue and a string
* , and returns the correct error which
* that interpretedValue causes, if any.
* Helper method that takes an interpretedValue and a string,
* and returns the correct error which
* interpretedValue causes, if any.
*
* @param interpretedValue The interpreted value which we check for errors
* @param side String containing either "Leftside" or "Rightside",
Expand Down

0 comments on commit 4a78764

Please sign in to comment.