From 16c47a17bd140f10635075047313c0375e2456cf Mon Sep 17 00:00:00 2001 From: Konstantin Goryachev <54500348+kevin-glare@users.noreply.github.com> Date: Tue, 22 Apr 2025 00:10:15 +0300 Subject: [PATCH] Update README.md --- modules/50-errors/20-tuple-errors-processing/ru/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ```