Skip to content

Commit 57c5d60

Browse files
committed
Fix GetSupportedFeatures' comment to please godoc
Signed-off-by: Daniel Canter <[email protected]>
1 parent 16435c7 commit 57c5d60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hcn/hcnsupport.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ func GetCachedSupportedFeatures() (SupportedFeatures, error) {
6565
return supportedFeatures, featuresErr
6666
}
6767

68-
// Deprecated: Use GetCachedSupportedFeatures instead.
6968
// GetSupportedFeatures returns the features supported by the Service.
69+
//
70+
// Deprecated: Use GetCachedSupportedFeatures instead.
7071
func GetSupportedFeatures() SupportedFeatures {
7172
features, err := GetCachedSupportedFeatures()
7273
if err != nil {

0 commit comments

Comments
 (0)