Skip to content

Commit 35b4cd0

Browse files
dreis2211philwebb
authored andcommitted
Polish
1 parent 0ec737a commit 35b4cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/PropertySourceLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public interface PropertySourceLoader {
4141
/**
4242
* Load the resource into one or more property sources. Implementations may either
4343
* return a list containing a single source, or in the case of a multi-document format
44-
* such as yaml a source or each document in the resource.
44+
* such as yaml a source for each document in the resource.
4545
* @param name the root name of the property source. If multiple documents are loaded
4646
* an additional suffix should be added to the name for each source loaded.
4747
* @param resource the resource to load

0 commit comments

Comments
 (0)