Missed a spot.
diff --git a/endpoint_search.go b/endpoint_search.go
index 4988f10..8179486 100644
--- a/endpoint_search.go
+++ b/endpoint_search.go
@@ -43,7 +43,7 @@
 	Region string
 
 	// Availability is the visibility of the endpoint to be returned: AvailabilityPublic, AvailabilityInternal, or AvailabilityAdmin.
-	// Availability is not required, and defaults to InterfacePublic.
+	// Availability is not required, and defaults to AvailabilityPublic.
 	// Not all providers or services offer all Availability options.
 	Availability Availability
 }