Skip to content

Commit

Permalink
fix(bob-check.rexx): rectify text change from previous bulk update (#125
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ajborla authored Jul 20, 2024
1 parent c528c02 commit 3294312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/bob/bob-check.rexx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ check('statement containing question mark' 'Hey("Ending with ? means a question.
check('non-letters with question' 'Hey(":) ?")',,
'Hey(":) ?")',, '=', 'Sure.')

check('prattling on' 'Hey("Wait! Hang on. Are you going = OK?")',,
'Hey("Wait! Hang on. Are you going = OK?")',, '=', 'Sure.')
check('prattling on' 'Hey("Wait! Hang on. Are you going to be OK?")',,
'Hey("Wait! Hang on. Are you going to be OK?")',, '=', 'Sure.')

check('silence' 'Hey("")',,
'Hey("")',, '=', 'Fine. Be that way!')
Expand Down

0 comments on commit 3294312

Please sign in to comment.