We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e1100f + 669b110 commit 56b89fdCopy full SHA for 56b89fd
lib/mongo/error.ex
@@ -76,7 +76,7 @@ defmodule Mongo.Error do
76
end
77
78
@doc """
79
- Return true if the error is retryalble for read operations.
+ Return true if the error is retryable for read operations.
80
"""
81
def should_retry_read(%Mongo.Error{retryable_reads: true}, cmd, opts) do
82
[{command_name,_}|_] = cmd
@@ -93,7 +93,7 @@ defmodule Mongo.Error do
93
94
95
96
- Return true if the error is retryalble for writes operations.
+ Return true if the error is retryable for writes operations.
97
98
def should_retry_write(%Mongo.Error{retryable_writes: true}, cmd, opts) do
99
0 commit comments