Browse Source

Spec fix for R18

Andy 9 years ago
parent
commit
656e6cbbce
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
 
 -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()}.