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

Fix typo in Using Premake documentation #1635

Merged
merged 2 commits into from
Jun 14, 2021
Merged

Conversation

abhiss
Copy link
Contributor

@abhiss abhiss commented Jun 1, 2021

What does this PR do?

Fixes a typo in documentation to avoid confusion.

How does this PR change Premake's behavior?

Documentation change.

Anything else we should know?

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits
  • Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

@@ -47,7 +47,7 @@ premake5 --help

## Using the Generated Projects

For toolsets like Visual Studio and Xcode, you can simply load the generated workspace or workspace into your IDE and build as you normally would.
For toolsets like Visual Studio and Xcode, you can simply load the generated workspace or workspaces into your IDE and build as you normally would.
Copy link
Member

Choose a reason for hiding this comment

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

This originally said solution or workspace and during a mass rename of solution to workspace this weirdness was created.

@starkos I feel like this should be reverted back to solution or workspace since those are what is generated, thoughts?

Copy link
Member

Choose a reason for hiding this comment

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

Agreed, "solution or workspace" was the intended text there. @abhiss Would you be able/willing to adjust your PR?

Copy link
Contributor Author

@abhiss abhiss Jun 14, 2021

Choose a reason for hiding this comment

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

Agreed, "solution or workspace" was the intended text there. @abhiss Would you be able/willing to adjust your PR?

Did it. Do I need to merge changes from master?

@starkos starkos changed the title fix typo Fix typo in Using Premake documentation Jun 14, 2021
Copy link
Member

@starkos starkos left a comment

Choose a reason for hiding this comment

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

Thanks!

@starkos starkos merged commit 8866896 into premake:master Jun 14, 2021
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.

3 participants