diff --git a/modules/50-errors/20-tuple-errors-processing/ru/README.md b/modules/50-errors/20-tuple-errors-processing/ru/README.md index ea4c4fd..cc02e49 100644 --- a/modules/50-errors/20-tuple-errors-processing/ru/README.md +++ b/modules/50-errors/20-tuple-errors-processing/ru/README.md @@ -38,7 +38,7 @@ Example.multiply_by_two("string") # => {:error, :not_number} Example.magic(2) -# => {:ok, 4} +# => {:ok, 14} Example.magic("string") # => {:error, :no_magic_here} ```