Skip to content

Commit

Permalink
Fix typo (#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
minuchi authored Sep 20, 2024
1 parent cfdd832 commit ea045d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/configuring-sdk/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func main() {
The following sample program demonstrates the interaction between
`BaseEndpoint` and `EndpointResolverV2`. **This is an advanced use case:**

```kotlin
```go
import (
"context"
"fmt"
Expand All @@ -181,7 +181,7 @@ func (*resolverV2) ResolveEndpoint(ctx context.Context, params s3.EndpointParame
}

func main() {
cfg, err := config.LoadDefaultConfig(context.Background()
cfg, err := config.LoadDefaultConfig(context.Background())
if (err != nil) {
log.Fatal(err)
}
Expand Down

0 comments on commit ea045d7

Please sign in to comment.