Skip to content

Commit a6fb5cc

Browse files
committed
Fix typo in docstring
1 parent 7c72655 commit a6fb5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker_clojure/docker.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
(partial tag {:omit-jdk? true, :omit-distro? true}))
9797

9898
(defn all-tags
99-
"Returns all Docker tags for the give variant"
99+
"Returns all Docker tags for the given variant"
100100
[variant]
101101
(let [short-tag (:docker-tag variant)
102102
full-tag (full-tag variant)

0 commit comments

Comments
 (0)