Skip to content

Commit 07abaa9

Browse files
authored
docs(instance): update DetachServerFileSystem description (scaleway#2655)
1 parent 883212a commit 07abaa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4771,7 +4771,7 @@ func (s *API) GetServerCompatibleTypes(req *GetServerCompatibleTypesRequest, opt
47714771
return &resp, nil
47724772
}
47734773

4774-
// AttachServerVolume:
4774+
// AttachServerVolume: Attach a volume to an Instance.
47754775
func (s *API) AttachServerVolume(req *AttachServerVolumeRequest, opts ...scw.RequestOption) (*AttachServerVolumeResponse, error) {
47764776
var err error
47774777

@@ -4807,7 +4807,7 @@ func (s *API) AttachServerVolume(req *AttachServerVolumeRequest, opts ...scw.Req
48074807
return &resp, nil
48084808
}
48094809

4810-
// DetachServerVolume:
4810+
// DetachServerVolume: Detach a volume from an Instance.
48114811
func (s *API) DetachServerVolume(req *DetachServerVolumeRequest, opts ...scw.RequestOption) (*DetachServerVolumeResponse, error) {
48124812
var err error
48134813

@@ -4879,7 +4879,7 @@ func (s *API) AttachServerFileSystem(req *AttachServerFileSystemRequest, opts ..
48794879
return &resp, nil
48804880
}
48814881

4882-
// DetachServerFileSystem: Detach a filesystem volume to an Instance.
4882+
// DetachServerFileSystem: Detach a filesystem volume from an Instance.
48834883
func (s *API) DetachServerFileSystem(req *DetachServerFileSystemRequest, opts ...scw.RequestOption) (*DetachServerFileSystemResponse, error) {
48844884
var err error
48854885

0 commit comments

Comments
 (0)