Skip to content

Commit 7b738af

Browse files
committed
Fix javadoc html entity in IDrop
1 parent e6fce5a commit 7b738af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jvm/clojure/lang/IDrop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public interface IDrop{
2020
* useful if the returned coll implements IDrop for subsequent use in a
2121
* partition-like scenario.
2222
*
23-
* If n is <= 0, return this.
23+
* If n is &lt;= 0, return this.
2424
* If n drops to or past the end of the collection, return null.
2525
*
2626
* @param n Items to drop

0 commit comments

Comments
 (0)