Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Schultzer committed Jul 15, 2023
1 parent b0183f4 commit 3570460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/cldr/backend.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
defmodule Cldr.Territory.Backend do
@moduledoc false
def define_territory_module(config) do
module = inspect(__MODULE__)
backend = config.backend
Expand Down
2 changes: 1 addition & 1 deletion lib/cldr/exception.ex
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end

defmodule Cldr.UnknownSubdivisionError do
@moduledoc """
Exception raised when there is an invalid or missing subdivision.
Exception raised when there is a missing subdivision.
"""

defexception [:message]
Expand Down
4 changes: 2 additions & 2 deletions mix/test_backend.ex → test/test_backend.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require Cldr.Territory.Backend

defmodule TestBackend.Cldr do
require Cldr.Territory.Backend

use Cldr,
default_locale: "en-001",
locales: ["fr", "zh", "en", "bs", "pl", "ru", "th", "he", "pt", "en-001", "nl"],
Expand Down

0 comments on commit 3570460

Please sign in to comment.