1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

Info has a Set of Categories.

This commit is contained in:
Rob Rix 2015-09-30 16:01:47 -04:00
parent 1ed5fc0e88
commit d29e14508a

View File

@ -1,5 +1,5 @@
public enum Info: Equatable {
case Literal(String, [Category])
case Literal(String, Set<Category>)
}