We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cd6fa commit 820905bCopy full SHA for 820905b
lib/atex/nsid.ex
@@ -14,7 +14,7 @@ defmodule Atex.NSID do
14
def to_atom(nsid, fully_qualify \\ true) do
15
nsid
16
|> String.split(".")
17
- |> Enum.map(&String.capitalize/1)
+ |> Enum.map(&Recase.to_pascal/1)
18
|> then(fn parts ->
19
if fully_qualify do
20
["Elixir" | parts]
0 commit comments