Skip to content

Commit 3fb97c5

Browse files
authored
Merge pull request #1119 from avoidaway/master
2 parents f24e925 + a55c76b commit 3fb97c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/credo/execution.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ defmodule Credo.Execution do
119119
alias Credo.Execution.ExecutionSourceFiles
120120
alias Credo.Execution.ExecutionTiming
121121

122-
@doc "Builds an Execution struct for the the given `argv`."
122+
@doc "Builds an Execution struct for the given `argv`."
123123
def build(argv \\ []) when is_list(argv) do
124124
max_concurrent_check_runs = System.schedulers_online()
125125

test/credo/priority_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ defmodule Credo.PriorityTest do
8383
assert expected == Priority.scope_priorities(source_file)
8484
end
8585

86-
test "it should not crash if @def_ops attributes provided and and should return correct scope_priorities" do
86+
test "it should not crash if @def_ops attributes provided and should return correct scope_priorities" do
8787
source_file =
8888
"""
8989
defmodule Credo.Sample.Module do

0 commit comments

Comments
 (0)