Skip to content

Commit

Permalink
Fixed small bug in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesousa committed May 24, 2020
1 parent 987e6fe commit 64a0862
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Changelog for 2.3.2

### Bugfix

* Wrong spec in private function.

## Changelog for 2.3.1

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion lib/skogsra.ex
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defmodule Skogsra do
end)
end

@spec __get_all_envs__(Env.namespace()) :: Stream.t()
@spec __get_all_envs__(Env.namespace()) :: Enumerable.t()
defp __get_all_envs__(namespace) do
@definitions
|> Stream.map(&elem(&1, 1))
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Skogsra.Mixfile do
use Mix.Project

@version "2.3.1"
@version "2.3.2"
@root "https://github.com/gmtprime/skogsra"

def project do
Expand Down

0 comments on commit 64a0862

Please sign in to comment.