Просмотр исходного кода

Merge pull request #22 from m-2k/patch-1

Spec fix for R18
Namdak Tonpa 10 лет назад
Родитель
Сommit
d5ce332473
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/api.hrl

+ 1 - 1
include/api.hrl

@@ -29,7 +29,7 @@
 % meta info
 
 -spec modules() -> list(atom()).
--spec containers() -> list(tuple(atom(),list(atom()))).
+-spec containers() -> list({atom(),list(atom())}).
 -spec tables() -> list(#table{}).
 -spec table(Tab :: atom()) -> #table{}.
 -spec version() -> {version,string()}.