Skip to content

Commit

Permalink
Fix typo in "Pseudo" for nil/built-in docstrings (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
ars-dev-br committed Nov 9, 2022
1 parent ad1c198 commit b214181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straight.el
Expand Up @@ -1547,7 +1547,7 @@ This method simply delegates to the relevant
"merge-from-upstream"
"push-to-remote"))
(defalias (intern (format "straight-vc-%S-%s" type method)) #'ignore
(format "Psuedo VC backend method for packages with :type %S." type))))
(format "Pseudo VC backend method for packages with :type %S." type))))

;;;;; Git

Expand Down

0 comments on commit b214181

Please sign in to comment.