Skip to content

Commit 4633cf4

Browse files
committed
docs(api): fix grammar error
1 parent 57754ed commit 4633cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/main/java/com/github/siroshun09/configapi/api/file/PropertiesConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import java.util.stream.Collectors;
3434

3535
/**
36-
* A implementation class that gets value from {@link Properties}.
36+
* An implementation class that gets value from {@link Properties}.
3737
*/
3838
public class PropertiesConfiguration extends AbstractFileConfiguration {
3939

api/src/main/java/com/github/siroshun09/configapi/api/serializer/Serializer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public interface Serializer<T, S> {
3939
* Deserializes the value.
4040
*
4141
* @param source the value to deserialize
42-
* @return the deserialized value or {@code null} if could not deserialize
42+
* @return the deserialized value or {@code null} if the value could not be deserialized
4343
*/
4444
@Nullable T deserialize(@NotNull Object source);
4545
}

0 commit comments

Comments
 (0)