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

Typos identified in Issue #190 #201

Merged
merged 9 commits into from Jul 2, 2019
Merged

Typos identified in Issue #190 #201

merged 9 commits into from Jul 2, 2019

Conversation

ghost
Copy link

@ghost ghost commented Jun 11, 2019

PR Summary

Resolves #190

Context

Minor formatting changes and wording changes to clarify the CustomObject Koan.

Changes

  • Changed __ to '__'
  • Added a new line at the end of the file.

Checklist

  • Pull Request has a meaningful title.
  • Summarised changes.
  • Pull Request is ready to merge & is not WIP.
  • Added tests / only testable interactively.
    • Make sure you add a new test if old tests do not effectively test the code changed.
  • Added documentation / opened issue to track adding documentation at a later date.

@ghost ghost requested review from steviecoaster and vexx32 as code owners June 11, 2019 01:58
Copy link
Owner

@vexx32 vexx32 left a comment

Choose a reason for hiding this comment

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

Looks pretty good! Couple things here and there.

Thanks for taking care of this! 😊

@vexx32 vexx32 added Category-Koans Invoking the Great Doubt PR-Awaiting-Author ✏️ Waiting on a response from the user who submitted the PR. labels Jun 11, 2019
….ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
@vexx32 vexx32 added this to In progress in Koan Topic Tracking via automation Jun 11, 2019
Brandon Lundt and others added 4 commits June 12, 2019 20:48
….ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
….ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Copy link
Owner

@vexx32 vexx32 left a comment

Choose a reason for hiding this comment

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

Couple final ones and then we're good to go.

Thank you! 😊

# What if we call it more than once?
__ | Should -Be $Object.DerivedProperty
'__' | Should -Be $Object.DerivedProperty
Copy link
Owner

Choose a reason for hiding this comment

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

These two should also not be strings. 🙂

__ | Should -Be $Object.CustomProperty
__ | Should -Be $Object.BaseProperty
'__' | Should -Be $Object.CustomProperty
'__' | Should -Be $Object.BaseProperty
Copy link
Owner

Choose a reason for hiding this comment

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

Same with these, these values are all numeric. :)

Brandon Lundt and others added 2 commits July 1, 2019 21:48
….ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
Copy link
Owner

@vexx32 vexx32 left a comment

Choose a reason for hiding this comment

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

Looks good, thank you! :)

@vexx32 vexx32 merged commit c8c4893 into vexx32:master Jul 2, 2019
Koan Topic Tracking automation moved this from In progress to Done Jul 2, 2019
@vexx32 vexx32 removed the PR-Awaiting-Author ✏️ Waiting on a response from the user who submitted the PR. label Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category-Koans Invoking the Great Doubt
Projects
Development

Successfully merging this pull request may close these issues.

Issues with AboutCustomObjects
1 participant