-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
doc: fix code lang in repl.md #26075
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
Conversation
|
There are other instances in this file of the repl being started from the command line ( |
|
It seems they were marked as |
7420d6f to
5ae3347
Compare
|
It's not js actually. So better to change it. |
5ae3347 to
cc67a4c
Compare
lance
left a comment
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.
I don't understand how changing the code sections to bash is an improvement. It's not pure JavaScript since it's in the REPL, but it seems closer to JS than to bash, in my opinion. If we're going to be strict about it, I would say that in most code examples on this file, there should be no language specified.
cc67a4c to
84ded87
Compare
|
Refactor it to |
84ded87 to
99fc860
Compare
|
Landed in a993160. |
PR-URL: #26075 Reviewed-By: Lance Ball <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
PR-URL: #26075 Reviewed-By: Lance Ball <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
PR-URL: #26075 Reviewed-By: Lance Ball <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes