Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FourteenBrush authored Aug 9, 2024
1 parent 84349fe commit 41a9d35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void insert(Symbol symbol) {
/**
* Inserts a symbol if it is not already present.
*
* @return the precious symbol if it was present, or null.
* @return the previous symbol if it was present, or null.
*/
public Symbol insertIfAbsent(Symbol symbol) {
Node lastNode = putVal(symbol, false);
Expand Down

0 comments on commit 41a9d35

Please sign in to comment.