Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xenodium committed Aug 25, 2021
1 parent 99ccc01 commit 115af0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company-org-block.el
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ COMMAND and ARG are sent by company itself."
(cond ((string-equal insertion "src")
;; src templates have no associated language. Ask user for one.
(company-org-block--wrap-point (format "src %s%s"
(read-string "language: ")
(read-string "Language: ")
(if company-org-block-explicit-lang-defaults
(company-org-block--lang-header-defaults insertion)
""))
Expand Down

0 comments on commit 115af0a

Please sign in to comment.