mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Info has a Set of Categories.
This commit is contained in:
parent
1ed5fc0e88
commit
d29e14508a
@ -1,5 +1,5 @@
|
||||
public enum Info: Equatable {
|
||||
case Literal(String, [Category])
|
||||
case Literal(String, Set<Category>)
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user