mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 01:08:33 +00:00
Chore: Fix some spelling errors (#3976)
This commit is contained in:
parent
afc7ec5506
commit
71cfea8aae
10 changed files with 13 additions and 13 deletions
|
@ -30,7 +30,7 @@ type ConfigLoader func(input interface{}) (*Config, error)
|
|||
// ConfigBuilder is a builder to build core.Config from filenames and formats
|
||||
type ConfigBuilder func(files []*ConfigSource) (*Config, error)
|
||||
|
||||
// ConfigsMerger merge multiple json configs into on config
|
||||
// ConfigsMerger merges multiple json configs into a single one
|
||||
type ConfigsMerger func(files []*ConfigSource) (string, error)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue