1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-17 02:40:04 +00:00

Fix grammar in JDoc

This commit is contained in:
TobiGr 2023-08-22 13:51:31 +02:00
parent e6747066ae
commit 68957d3880

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.
*/