Skip to content

Commit a3be690

Browse files
committed
Fix typo in Chart.java Javadoc tag
1 parent a46cd0c commit a3be690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/faststats/chart/Chart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public interface Chart<T> {
3030
*
3131
* @return an optional containing the chart data
3232
* @throws Exception if unable to compute the chart data
33-
* @implNote The implementation must be thread-safe and pure.
33+
* @implSpec The implementation must be thread-safe and pure.
3434
* @since 0.1.0
3535
*/
3636
@Contract(pure = true)

0 commit comments

Comments
 (0)