Skip to content

Commit

Permalink
Fix godoc formatting issue (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkyr authored Dec 10, 2023
1 parent 131c377 commit 9c6777e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ With the config above individual servers may be configured with the following en
Note: the Server slice must already have members inside it (i.e. from loading of the configuration file) for the containing fields to be altered via the environment. Fig will not instantiate and insert elements into the slice.
## Limitations
# Environment Limitations
Maps and map values cannot be populated from the environment.
Expand Down Expand Up @@ -247,7 +247,7 @@ Successive elements of slice defaults should be separated by a comma. The entire
Durations []time.Duration `default:"[30m,1h,90m,2h]"` // or `default:"30m,1h,90m,2h"`
}
## Limitations:
# Defaults Limitations
1. Boolean values:
Fig cannot distinguish between false and an unset value for boolean types.
Expand Down

0 comments on commit 9c6777e

Please sign in to comment.