-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Feat: [Term Entry] C# Strings .PadLeft() #5590
Feat: [Term Entry] C# Strings .PadLeft() #5590
Conversation
minor fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @SaiTeja-002 Please also add a ## Codebyte Example block at the end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the codebyte example block, since that is quite similar to the example block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @SaiTeja-002 thank you for contributing to Codecademy Docs! 😄
The entry looks good for a second round of review! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, @SaiTeja-002!
👋 @SaiTeja-002 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/c-sharp/strings/padleft Please note it may take a little while for changes to become visible. |
Description
I've added a new entry for C# string methods -
.PadLeft()
. This entry can be found atcontent/c-sharp/concepts/strings/terms/padleft/padleft.md
.Issue Solved
closes #5567
Type of Change
Checklist
main
branch.Issues Solved
section.