Open JeffreyMPrice opened 22 hours ago
Thanks @JoshDevHub ! I'll wait for the assignment next time.
I've reverted the change in output and updated the instructions to explicitly call for a right shift. I added to the quick tips that Wikipedia shows a left shift. Also threw in fixing a lower case Caesar.
You are right about all the submitted solutions! I didn't think about that.
Because
There is an internal inconsistency on whether a caesar cipher should use a left shift or right shift. In the entry from Wikipedia the text and example used a left shift, while in the ruby code a right shift is used.
This PR
Update the project instructions to explicitly call for a right shift and note that the Wikipedia quote uses a left shift.
Issue
Closes #29106
Additional Information
Pull Request Requirements
location of change: brief description of change
format, e.g.Intro to HTML and CSS lesson: Fix link text
Because
section summarizes the reason for this PRThis PR
section has a bullet point list describing the changes in this PRIssue
section