diff options
-rw-r--r-- | src/boot.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj index 90d3cbba..3b09044d 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -975,7 +975,7 @@ read *in* with-open time int long float double short byte boolean char - aget aset aset-boolean aset-int aset-long aset-float aset-double aset-short aset-byte + aget aset aset-boolean aset-int aset-long aset-float aset-double aset-short aset-byte aset-char make-array alength to-array to-array-2d macroexpand-1 macroexpand max min |