Add missing typespec
This commit is contained in:
parent
00655077d3
commit
f4c15d6930
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ defmodule RDF.Vocabulary.Namespace do
|
|||
|
||||
import RDF.Utils, only: [downcase?: 1]
|
||||
|
||||
@type t :: module
|
||||
|
||||
@vocabs_dir "priv/vocabs"
|
||||
|
||||
defmacro __using__(_opts) do
|
||||
|
|
Loading…
Reference in a new issue