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

Small fixes for typos and clarity #387

Merged
merged 9 commits into from
Jun 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add more descriptive hint
Devlin Cashman committed May 9, 2020
commit cd15715370782ccec4f4321285b68cbd7c68d27e
3 changes: 2 additions & 1 deletion PSKoans/Koans/Katas/ProcessingStrings.Koans.ps1
Original file line number Diff line number Diff line change
@@ -15,7 +15,8 @@ param()
[double] $value # Casts (converts) the value into numerical data
$String -split ',' # Creates an array by splitting the string

Be sure to review AboutStrings and AboutArrays if you need to!
Be sure to review AboutStrings, AboutArrays and the other foundation Koans
you've done so far if you get stuck or need help!
#>
Describe "The Stock Challenge" {
BeforeAll {