We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2a4b6 commit 0f1026dCopy full SHA for 0f1026d
convex-core/src/main/java/convex/core/lang/RT.java
@@ -748,7 +748,7 @@ public static <T extends ACell> AVector<T> vec(Object o) {
748
*
749
* @param o Object to attempt to convert to a Vector.
750
* @param start start index to slice
751
- * @end end index to slice
+ * @param end index to slice
752
* @return AVector instance, or null if not convertible
753
*/
754
@SuppressWarnings("unchecked")
0 commit comments