mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Fix typo in comment
This commit is contained in:
parent
e8be6bbe50
commit
a5d7dd8d2b
@ -72,8 +72,8 @@ IPython.utils = (function (IPython) {
|
||||
return txt;
|
||||
}
|
||||
|
||||
// Remove chunks that should be overridden by the effect carriage
|
||||
// return characters
|
||||
// Remove chunks that should be overridden by the effect of
|
||||
// carriage return characters
|
||||
function fixCarriageReturn(txt) {
|
||||
tmp = txt;
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user