Skip to content

Commit

Permalink
change order of some functions in docs to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophP committed Jan 14, 2020
1 parent d0c6aea commit b8752ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/I18Next.elm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module I18Next exposing
, translationsDecoder
, t, tr, tf, trf
, keys, hasKey
, Tree, string, object, fromTree
, Tree, fromTree, string, object
)

{-| This library provides a solution to load and display translations in your
Expand Down Expand Up @@ -48,7 +48,7 @@ Most of the time you'll load your translations as JSON form a server, but there
may be times, when you want to build translations in your code. The following
functions let you build a `Translations` value programmatically.
@docs Tree, string, object, fromTree
@docs Tree, fromTree, string, object
-}

Expand Down

0 comments on commit b8752ea

Please sign in to comment.