Browse Source

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

Spec fix for R18
Namdak Tonpa 10 years ago
parent
commit
d5ce332473
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/api.hrl

+ 1 - 1
include/api.hrl

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