Skip to content

Commit

Permalink
Update serviceerror/namespace_unavailable.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy authored Nov 27, 2024
1 parent d4f0d9a commit 27a8be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serviceerror/namespace_unavailable.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type (
}
)

// NewNamespaceUnavailable returns new NamespaceInvalidState error.
// NewNamespaceUnavailable returns new NamespaceUnavailable error.
func NewNamespaceUnavailable(namespace string) error {
return &NamespaceUnavailable{
Namespace: namespace,
Expand Down

0 comments on commit 27a8be0

Please sign in to comment.