Add missing typespec

This commit is contained in:
Marcel Otto 2020-10-13 15:54:43 +02:00
parent 00655077d3
commit f4c15d6930

View file

@ -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