#603 - Fix typos

This commit is contained in:
Kulcsár Roland
2017-06-23 21:36:51 +02:00
committed by Greg Turnquist
parent 6d86feb120
commit 82fb6ef9d2
7 changed files with 10 additions and 11 deletions

View File

@@ -126,11 +126,10 @@ public class Links implements Iterable<Link> {
}
return new Links(links);
}
/**
* Returns whether the {@link Links} containter is empty.
* Returns whether the {@link Links} container is empty.
*
* @return
*/