Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
addtion right brace
  • Loading branch information
gongxuanzhang committed Apr 23, 2024
1 parent 173423c commit 5d689bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -213,7 +213,7 @@ public MpscArrayQueue(final int capacity)
}

/**
* {@link #offer}} if {@link #size()} is less than threshold.
* {@link #offer} if {@link #size()} is less than threshold.
*
* @param e the object to offer onto the queue, not null
* @param threshold the maximum allowable size
Expand Down

0 comments on commit 5d689bb

Please sign in to comment.