From 1676f8996c39e149d1af16075bf6fbd200b7a67f Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Wed, 15 May 2024 12:44:44 -0400 Subject: [PATCH] Fix double-colon keyword typo --- binpack2.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binpack2.lisp b/binpack2.lisp index 7b1e59d..a92b7b2 100644 --- a/binpack2.lisp +++ b/binpack2.lisp @@ -198,7 +198,7 @@ will usually leave more unused space on earlier pages." (make-instance 'pack-state :state (make-array 0 :fill-pointer 0 - ::adjustable t + :adjustable t :initial-element nil) :shaping growth-policy @@ -216,7 +216,7 @@ will usually leave more unused space on earlier pages." (make-instance 'pack-state :state (make-array 0 :fill-pointer 0 - ::adjustable t + :adjustable t :initial-element nil) :shaping growth-policy