From d3d6b2aa1bb70b866b38f6393411aba7b5bd30ba Mon Sep 17 00:00:00 2001 From: Denis Drobny <30272884+drobnyd@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:13:59 +0200 Subject: [PATCH] Fix atom in docs --- lib/soap.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/soap.ex b/lib/soap.ex index a2248e2..71eaded 100644 --- a/lib/soap.ex +++ b/lib/soap.ex @@ -64,7 +64,7 @@ defmodule Soap do - `path`: Path for wsdl file. - `type`: Atom that represents the type of path for WSDL file. Can be `:file` - or `url`. Default: `:file`. + or `:url`. Default: `:file`. - `endpoint`: Endpoint to be used for the request. Defaults to the endpoint specified in the WSDL file. Useful for (e.g.) sending a request to a mock server during testing.