Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abitdodgy committed Oct 19, 2018
1 parent 4250919 commit 3996c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_aws/iam/parser.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule ExAws.Iam.Parser do
@moduledoc """
An interface for parsing IAM user query requests.
An interface for parsing IAM user query responses.
To add a new parser, define a `parse/2` function in the desired
module and add the action name to the corresponding @x_actions list.
Expand Down

0 comments on commit 3996c24

Please sign in to comment.