summaryrefslogtreecommitdiff
path: root/gee/collection.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/collection.vala')
-rw-r--r--gee/collection.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gee/collection.vala b/gee/collection.vala
index 6e5cc7b70..11ea97aa8 100644
--- a/gee/collection.vala
+++ b/gee/collection.vala
@@ -24,7 +24,7 @@
* Serves as the base interface for implementing collection classes. Defines
* size, iteration, and modification methods.
*/
-public interface Gee.Collection<G> : Iterable<G> {
+public interface Vala.Collection<G> : Iterable<G> {
/**
* The number of items in this collection.
*/