Index: libcfa/src/bits/sequence.hfa
===================================================================
--- libcfa/src/bits/sequence.hfa	(revision d0502a3aee721f5f4e468913c7db6c2aab56025c)
+++ libcfa/src/bits/sequence.hfa	(revision bb9897ca4557693d413d432fa46eb70dbd3adbd0)
@@ -65,5 +65,5 @@
 		void ?{}( Sequence(T) & s ) with( s ) {
 			((Collection &)s){};
-		}	// post: isEmpty()
+		}	// post: empty()
 	}
 
