From a55c76ba9a4b044264198df1ffe4addddf75578a Mon Sep 17 00:00:00 2001 From: avoidaway Date: Sat, 16 Mar 2024 15:04:06 +0800 Subject: [PATCH] chore: remove repetitive words Signed-off-by: avoidaway --- lib/credo/execution.ex | 2 +- test/credo/priority_test.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/credo/execution.ex b/lib/credo/execution.ex index c8d3e18f6..3e9750f9a 100644 --- a/lib/credo/execution.ex +++ b/lib/credo/execution.ex @@ -119,7 +119,7 @@ defmodule Credo.Execution do alias Credo.Execution.ExecutionSourceFiles alias Credo.Execution.ExecutionTiming - @doc "Builds an Execution struct for the the given `argv`." + @doc "Builds an Execution struct for the given `argv`." def build(argv \\ []) when is_list(argv) do max_concurrent_check_runs = System.schedulers_online() diff --git a/test/credo/priority_test.exs b/test/credo/priority_test.exs index bf93eb090..be51d6bf5 100644 --- a/test/credo/priority_test.exs +++ b/test/credo/priority_test.exs @@ -83,7 +83,7 @@ defmodule Credo.PriorityTest do assert expected == Priority.scope_priorities(source_file) end - test "it should not crash if @def_ops attributes provided and and should return correct scope_priorities" do + test "it should not crash if @def_ops attributes provided and should return correct scope_priorities" do source_file = """ defmodule Credo.Sample.Module do