Skip to content

Commit

Permalink
Fix syntax error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bglusman authored and alexdesousa committed Nov 8, 2024
1 parent cc3edde commit 788a7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ iex> Queries.get_hostnames_by_architecture(params)
> `Queries.descending/2`
>
> ```elixir
> iex> params = [architecture: "AMD64", _order_by: Queries.descending/2]
> iex> params = [architecture: "AMD64", _order_by: &Queries.descending/2]
> iex> Queries.get_hostnames_by_architecture(params)
> {:ok,
> [
Expand Down

0 comments on commit 788a7aa

Please sign in to comment.