Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Fix some documentation typos #9586

Closed
wants to merge 1 commit into from
Closed

Conversation

SamuXarick
Copy link
Contributor

Motivation / Problem

Found some typos in some comments.

Description

Limitations

Checklist for review

Some things are not automated, and forgotten often. This list is a reminder for the reviewers.

  • The bug fix is important enough to be backported? (label: 'backport requested')
  • This PR touches english.txt or translations? Check the guidelines
  • This PR affects the save game format? (label 'savegame upgrade')
  • This PR affects the GS/AI API? (label 'needs review: Script API')
    • ai_changelog.hpp, gs_changelog.hpp need updating.
    • The compatibility wrappers (compat_*.nut) need updating.
  • This PR affects the NewGRF API? (label 'needs review: NewGRF')

Comment on lines 732 to 733
* the order will be inserted before that one
* the maximum vehicle order id is 254.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* the order will be inserted before that one
* the maximum vehicle order id is 254.
* the order will be inserted before that one.
* The maximum vehicle order id is 254.

@@ -150,7 +150,7 @@ void CcRoadDepot(const CommandCost &result, TileIndex tile, uint32 p1, uint32 p2
* bit 2: Allow stations directly adjacent to other stations.
* bit 3..4: Entrance direction (#DiagDirection) for normal stops.
* bit 3: #Axis of the road for drive-through stops.
* bit 5..9: The roadtype.
* bit 5..10: The roadtype.
Copy link
Member

Choose a reason for hiding this comment

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

Unless I'm missing something, this part of p2 (and the following part) isn't actually used in this function anyway

@rubidium42
Copy link
Contributor

All the typos of this PR have gone with #9725. So resolving the conflicts in this PR would make it an empty PR.

@rubidium42 rubidium42 closed this Dec 20, 2021
@SamuXarick SamuXarick deleted the typos branch January 18, 2023 10:50
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.

None yet

4 participants