Skip to content

Commit a0a68ac

Browse files
committed
typo
1 parent a8f1b26 commit a0a68ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljlab/collections.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ v
150150
;;;
151151
;;; * Efficient access to the first element
152152
;;; * Efficiently remove the first element (`pop`)
153-
;;; * Preserve a reverse order of inputs (list in, first out)
153+
;;; * Preserve a reverse order of inputs (last in, first out)
154154
;;; * Simulating a stack
155155
;; **
156156

0 commit comments

Comments
 (0)