-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: fix code lang in repl.md #26075
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
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 <lball@redhat.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
PR-URL: #26075 Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
PR-URL: #26075 Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes