summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-12-11 12:58:45 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-12-11 12:58:45 +0100
commit205c12ae23bc2ec43ff40a89d220a12ac8d622a5 (patch)
tree2792defc5ea7361a456cf7f819c061ccb1ad6279
parent47d7a54c84a95f0e52c90d980e5a12347ba9f2bf (diff)
downloadlibgee-205c12ae23bc2ec43ff40a89d220a12ac8d622a5.tar.gz
Fix links in Traverable.tee() doc
-rw-r--r--gee/traversable.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/gee/traversable.vala b/gee/traversable.vala
index 9dd1297..9383041 100644
--- a/gee/traversable.vala
+++ b/gee/traversable.vala
@@ -392,9 +392,9 @@ public interface Gee.Traversable<G> : Object {
* Splits the traversable into multiple ones, caching the result if needed.
*
* Note: In {@link Iterator} implementation using the parent iterator is
- * not allowed. However if any of the forked iterators {@link next}
+ * not allowed. However if any of the forked iterators {@link Iterator.next}
* return false then it is treated as if the parent iterator
- * {@link next} returned false.
+ * {@link Iterator.next} returned false.
*
* Note: The returned arrey might contain parent iterator if it is allowed
* by implementation. For example the iteration over collection does