Skip to content

Commit

Permalink
typo: fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoyun authored Jan 11, 2024
1 parent d450353 commit ce5b30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (s *Storage) Close() error
func (s *Storage) Conn() *s3.Client

// Additional useful methods.
func (s *Storage) CreateBucker(bucket string) error
func (s *Storage) CreateBucket(bucket string) error
func (s *Storage) DeleteBucket(bucket string) error
func (s *Storage) SetWithChecksum(key string, val []byte, checksum map[types.ChecksumAlgorithm][]byte) error
```
Expand Down

0 comments on commit ce5b30c

Please sign in to comment.