Skip to content

Commit 7445a42

Browse files
committed
revert extraneous changes
1 parent be3384d commit 7445a42

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,5 @@
55
/.fetch
66
erl_crash.dump
77
*.ez
8-
*.iml
98
search-*.tar
10-
.elixir_ls
11-
.envrc
12-
.idea/*
13-
.tool-versions
14-
9+
.elixir_ls

lib/algolia.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ defmodule Algolia do
558558
end
559559

560560
@doc """
561-
Convenient version of wait_task/4, accepts a response to be waited on
561+
Convinient version of wait_task/4, accepts a response to be waited on
562562
directly. This enables piping a operation directly into wait_task
563563
"""
564564
def wait(response = {:ok, %{"indexName" => index, "taskID" => task_id}}, time_before_retry) do

0 commit comments

Comments
 (0)