mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Fixing small typo in resource/wait.go
This commit is contained in:
parent
504d5ef233
commit
02ff60d083
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ func RetryableError(err error) *RetryError {
|
|||
return &RetryError{Err: err, Retryable: true}
|
||||
}
|
||||
|
||||
// NonRetryableError is a helper to create a RetryError that's _not)_ retryable
|
||||
// NonRetryableError is a helper to create a RetryError that's _not_ retryable
|
||||
// from a given error.
|
||||
func NonRetryableError(err error) *RetryError {
|
||||
if err == nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue