Skip to content

Commit 0f1026d

Browse files
committed
Javadoc fix
1 parent 5a2a4b6 commit 0f1026d

File tree

1 file changed

+1
-1
lines changed
  • convex-core/src/main/java/convex/core/lang

1 file changed

+1
-1
lines changed

convex-core/src/main/java/convex/core/lang/RT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ public static <T extends ACell> AVector<T> vec(Object o) {
748748
*
749749
* @param o Object to attempt to convert to a Vector.
750750
* @param start start index to slice
751-
* @end end index to slice
751+
* @param end index to slice
752752
* @return AVector instance, or null if not convertible
753753
*/
754754
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)