Skip to content

Commit

Permalink
Update x/configurl/doc.go
Browse files Browse the repository at this point in the history
Co-authored-by: J. Yi <[email protected]>
  • Loading branch information
fortuna and jyyi1 authored Nov 1, 2024
1 parent f9b97cd commit 19a788d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/configurl/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Defining custom strategies - You can define your custom strategy by implementing
// Create new config parser.
// p := new(ConfigModule)
// or
p := NewDefaultConfigModule()
p := configurl.NewDefaultProviders()
// Register your custom dialer.
p.StreamDialers.RegisterType("custom", func(ctx context.Context, config *Config) (transport.StreamDialer, error) {
// Build logic
Expand Down

0 comments on commit 19a788d

Please sign in to comment.