Skip to content

Commit

Permalink
fix tiny typo in instructions (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Jan 30, 2024
1 parent 6043fdf commit 31870f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoMerge/guidelines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function _valid_change(old_version::VersionNumber, new_version::VersionNumber)
end

const PACKAGE_AUTHOR_APPROVAL_INSTRUCTIONS = string(
"**If this was not a mistake and you wish to merge this PR anyway,",
"**If this was not a mistake and you wish to merge this PR anyway, ",
"write a comment that says `[merge approved]`.**")

const guideline_sequential_version_number = Guideline(;
Expand Down

0 comments on commit 31870f3

Please sign in to comment.