Skip to content

Commit

Permalink
Fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Feb 27, 2024
1 parent cf3d8d1 commit c6d2e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/rumbledb/api/Item.java
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ default boolean isNaN() {
/**
* Returns the mutability level of the item.
*
* @return int representing nestedness of the item inside transform expressions.
* @return an int representing nestedness of the item inside transform expressions.
*/
default int getMutabilityLevel() {
return 0;
Expand Down

0 comments on commit c6d2e68

Please sign in to comment.