Fix grammar in JDoc

This commit is contained in:
TobiGr 2023-08-22 13:51:31 +02:00
parent e6747066ae
commit 68957d3880
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ public final class StateSaver {
}
/**
* Used for describe how to save/read the objects.
* Used for describing how to save/read the objects.
* <p>
* Queue was chosen by its FIFO property.
*/