Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Sep 10, 2024
1 parent e17fae7 commit 3f4d3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker_clojure/docker.clj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
(partial tag {:omit-jdk? true, :omit-distro? true}))

(defn all-tags
"Returns all Docker tags for the give variant"
"Returns all Docker tags for the given variant"
[variant]
(let [short-tag (:docker-tag variant)
full-tag (full-tag variant)
Expand Down

0 comments on commit 3f4d3ee

Please sign in to comment.