Skip to content

🐛 fix: correct typo from "leggacy" to "legendary" in estimate time#1968

Merged
mkmccarty merged 1 commit intomainfrom
mm-branch-1
Dec 22, 2025
Merged

🐛 fix: correct typo from "leggacy" to "legendary" in estimate time#1968
mkmccarty merged 1 commit intomainfrom
mm-branch-1

Conversation

@mkmccarty
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 22, 2025 19:54
@mkmccarty mkmccarty merged commit 07b95bf into main Dec 22, 2025
16 checks passed
@mkmccarty mkmccarty deleted the mm-branch-1 branch December 22, 2025 19:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request corrects a spelling typo throughout the estimate time functionality, changing "leggacy" to "legendary" in variable names, command option names, descriptions, and output text.

  • Updated Discord command option from "include-leggacy" to "include-legendary"
  • Renamed variable from includeLeggacy to includeLegendary throughout the function
  • Updated user-facing descriptions and output text to use correct spelling

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

estStrMax := c.EstimatedDurationMax.Round(time.Minute).String()
estStrMax = strings.TrimRight(estStrMax, "0s")
str += fmt.Sprintf("Leggacy Set: **%s** w/CS **%d**\n", estStrMax, int64(c.CxpMax))
str += fmt.Sprintf("Leggy Set: **%s** w/CS **%d**\n", estStrMax, int64(c.CxpMax))
Copy link

Copilot AI Dec 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text uses "Leggy Set" but should be "Legendary Set" to be consistent with the other changes in this PR. All other occurrences of the typo have been corrected to "legendary" (including the option name "include-legendary" at lines 40-41 and the variable name "includeLegendary" at lines 53, 66, and 75), so this output message should also use "Legendary Set" instead of "Leggy Set".

Suggested change
str += fmt.Sprintf("Leggy Set: **%s** w/CS **%d**\n", estStrMax, int64(c.CxpMax))
str += fmt.Sprintf("Legendary Set: **%s** w/CS **%d**\n", estStrMax, int64(c.CxpMax))

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants