Skip to content

Commit

Permalink
Minor doc issues seen in scalafmt update
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Jan 15, 2025
1 parent a3a11f7 commit c4e4da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import scala.annotation.varargs
* [[ConfigUtil$.splitPath ConfigUtil.splitPath(String)]] to convert between
* path expressions and individual path elements (keys).
*
* <p> Another difference between `Config} and `ConfigObject` is that
* <p> Another difference between `Config` and `ConfigObject` is that
* conceptually, `ConfigValue`s with a [[ConfigValue#valueType valueType]] of
* [[ConfigValueType#NULL NULL]] exist in a `ConfigObject`, while a `Config`
* treats null values as if they were missing. (With the exception of two
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ trait ConfigMergeable {
* just return the original value, since they automatically override any
* fallback. This means that objects do not merge "across" non-objects; if you
* write `object.withFallback(nonObject).withFallback(otherObject)`, then
* `otherObject`will simply be ignored. This is an intentional part of how
* `otherObject` will simply be ignored. This is an intentional part of how
* merging works, because non-objects such as strings and integers replace
* (rather than merging with) any prior value:
*
Expand Down

0 comments on commit c4e4da7

Please sign in to comment.